Show / Hide Table of Contents

Class ProfileSettings

This is a JSON template for profile settings

Inheritance
System.Object
ProfileSettings
Implements
IDirectResponseSchema
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class ProfileSettings : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Kind

Uniquely identifies the type of this resource. Value is always the fixed string games#profileSettings.

Declaration
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

ProfileVisible

Declaration
public virtual Nullable<bool> ProfileVisible { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Implements

IDirectResponseSchema
Back to top