google_api_game_services v0.3.0 GoogleApi.GameServices.V1beta.Model.LogConfig View Source
Specifies what kind of log the caller must write
Attributes
cloudAudit
(type:GoogleApi.GameServices.V1beta.Model.CloudAuditOptions.t
, default:nil
) - Cloud audit options.counter
(type:GoogleApi.GameServices.V1beta.Model.CounterOptions.t
, default:nil
) - Counter options.dataAccess
(type:GoogleApi.GameServices.V1beta.Model.DataAccessOptions.t
, default:nil
) - Data access options.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.GameServices.V1beta.Model.LogConfig{ cloudAudit: GoogleApi.GameServices.V1beta.Model.CloudAuditOptions.t(), counter: GoogleApi.GameServices.V1beta.Model.CounterOptions.t(), dataAccess: GoogleApi.GameServices.V1beta.Model.DataAccessOptions.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.