GoogleApi.GameServices.V1beta.Model.LogConfig (google_api_game_services v0.11.0) 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
Specs
t() :: %GoogleApi.GameServices.V1beta.Model.LogConfig{ cloudAudit: GoogleApi.GameServices.V1beta.Model.CloudAuditOptions.t() | nil, counter: GoogleApi.GameServices.V1beta.Model.CounterOptions.t() | nil, dataAccess: GoogleApi.GameServices.V1beta.Model.DataAccessOptions.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.