C# 클래스 PlayFab.ClientModels.StoreMarketingModel

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
Description string
DisplayName string
Metadata object

프로퍼티 상세

Description 공개적으로 프로퍼티

Tagline for a store.
public string Description
리턴 string

DisplayName 공개적으로 프로퍼티

Display name of a store as it will appear to users.
public string DisplayName
리턴 string

Metadata 공개적으로 프로퍼티

Custom data about a store.
public object Metadata
리턴 object