class Google::Apis::GameservicesV1beta::DataAccessOptions
Write a Data Access (Gin) log
Attributes
log_mode[RW]
Corresponds to the JSON property `logMode` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gameservices_v1beta/classes.rb, line 366 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/gameservices_v1beta/classes.rb, line 371 def update!(**args) @log_mode = args[:log_mode] if args.key?(:log_mode) end