C# 클래스 PlayFab.ClientModels.GetSharedGroupDataRequest

상속: PlayFabRequestCommon
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GetMembers bool?
Keys List
SharedGroupId string

프로퍼티 상세

GetMembers 공개적으로 프로퍼티

If true, return the list of all members of the shared group.
public bool? GetMembers
리턴 bool?

Keys 공개적으로 프로퍼티

Specific keys to retrieve from the shared group (if not specified, all keys will be returned, while an empty array indicates that no keys should be returned).
public List Keys
리턴 List

SharedGroupId 공개적으로 프로퍼티

Unique identifier for the shared group.
public string SharedGroupId
리턴 string