class Google::Apis::GamesManagementV1management::ProfileSettings
Profile settings
Attributes
kind[RW]
Uniquely identifies the type of this resource. Value is always the fixed string `gamesManagement#profileSettings`. Corresponds to the JSON property `kind` @return [String]
profile_visible[RW]
Corresponds to the JSON property `profileVisible` @return [Boolean]
profile_visible?[RW]
Corresponds to the JSON property `profileVisible` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/games_management_v1management/classes.rb, line 463 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/games_management_v1management/classes.rb, line 468 def update!(**args) @kind = args[:kind] if args.key?(:kind) @profile_visible = args[:profile_visible] if args.key?(:profile_visible) end