class Google::Apis::GameservicesV1::AuthorizationLoggingOptions
Authorization-related information used by Cloud Audit Logging.
Attributes
permission_type[RW]
The type of the permission that was checked. Corresponds to the JSON property `permissionType` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gameservices_v1/classes.rb, line 118 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_v1/classes.rb, line 123 def update!(**args) @permission_type = args[:permission_type] if args.key?(:permission_type) end