class Google::Apis::ComputeV1::AuthorizationLoggingOptions

This is deprecated and has no effect. Do not use.

Attributes

permission_type[RW]

This is deprecated and has no effect. Do not use. Corresponds to the JSON property `permissionType` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 1572
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_v1/classes.rb, line 1577
def update!(**args)
  @permission_type = args[:permission_type] if args.key?(:permission_type)
end