Class: Google::Apis::ComputeAlpha::AuthorizationLoggingOptions

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AuthorizationLoggingOptions

Returns a new instance of AuthorizationLoggingOptions.



2063
2064
2065
# File 'lib/google/apis/compute_alpha/classes.rb', line 2063

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#permission_typeString

This is deprecated and has no effect. Do not use. Corresponds to the JSON property permissionType

Returns:

  • (String)


2061
2062
2063
# File 'lib/google/apis/compute_alpha/classes.rb', line 2061

def permission_type
  @permission_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2068
2069
2070
# File 'lib/google/apis/compute_alpha/classes.rb', line 2068

def update!(**args)
  @permission_type = args[:permission_type] if args.key?(:permission_type)
end