> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFPlayerProfileViewConstraints

> PFPlayerProfileViewConstraints データ モデル。

PFPlayerProfileViewConstraints データ モデル。

## 構文

```cpp theme={null}
typedef struct PFPlayerProfileViewConstraints {  
    bool showAvatarUrl;  
    bool showBannedUntil;  
    bool showCampaignAttributions;  
    bool showContactEmailAddresses;  
    bool showCreated;  
    bool showDisplayName;  
    bool showExperimentVariants;  
    bool showLastLogin;  
    bool showLinkedAccounts;  
    bool showLocations;  
    bool showMemberships;  
    bool showOrigination;  
    bool showPushNotificationRegistrations;  
    bool showStatistics;  
    bool showTags;  
    bool showTotalValueToDateInUsd;  
    bool showValuesToDate;  
} PFPlayerProfileViewConstraints;  
```

### メンバー

**`showAvatarUrl`**   bool

プレイヤーのアバター URL を表示するかどうか。既定値は false。

**`showBannedUntil`**   bool

禁止解除までの時間を表示するかどうか。既定値は false。

**`showCampaignAttributions`**   bool

キャンペーンのアトリビューションを表示するかどうか。既定値は false。

**`showContactEmailAddresses`**   bool

連絡先メール アドレスを表示するかどうか。既定値は false。

**`showCreated`**   bool

作成日を表示するかどうか。既定値は false。

**`showDisplayName`**   bool

表示名を表示するかどうか。既定値は false。

**`showExperimentVariants`**   bool

プレイヤーの実験バリアントを表示するかどうか。既定値は false。

**`showLastLogin`**   bool

最終ログイン時刻を表示するかどうか。既定値は false。

**`showLinkedAccounts`**   bool

リンク済みアカウントを表示するかどうか。既定値は false。

**`showLocations`**   bool

プレイヤーの場所を表示するかどうか。既定値は false。

**`showMemberships`**   bool

プレイヤーのメンバーシップ情報を表示するかどうか。既定値は false。

**`showOrigination`**   bool

発生元を表示するかどうか。既定値は false。

**`showPushNotificationRegistrations`**   bool

プッシュ通知登録を表示するかどうか。既定値は false。

**`showStatistics`**   bool

将来の開発のために予約されています。

**`showTags`**   bool

タグを表示するかどうか。既定値は false。

**`showTotalValueToDateInUsd`**   bool

これまでの合計値 (USD) を表示するかどうか。既定値は false。

**`showValuesToDate`**   bool

これまでの値を表示するかどうか。既定値は false。

## 要件

**ヘッダー:** PFTypes.h

## 関連項目

[PFTypes メンバー](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFAccountManagementGetPlayerProfileRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayerprofilerequest.md)
- [PFFriendsClientGetFriendsListRequest](/ja-jp/services/playfab/api-references/c/pffriendstypes/structs/pffriendsclientgetfriendslistrequest.md)
- [PFFriendsServerGetFriendsListRequest](/ja-jp/services/playfab/api-references/c/pffriendstypes/structs/pffriendsservergetfriendslistrequest.md)
- [PFGetPlayerCombinedInfoRequestParams](/ja-jp/services/playfab/api-references/c/pftypes/structs/pfgetplayercombinedinforequestparams.md)
- [Services C API overview - PFTypes.h](/ja-jp/services/playfab/api-references/c/pftypes/pftypes_members.md)
