Class: Google::Apis::ComputeAlpha::AuthorizationLoggingOptions
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::AuthorizationLoggingOptions
- 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
-
#permission_type ⇒ String
This is deprecated and has no effect.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AuthorizationLoggingOptions
constructor
A new instance of AuthorizationLoggingOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AuthorizationLoggingOptions
Returns a new instance of AuthorizationLoggingOptions.
1832 1833 1834 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 1832 def initialize(**args) update!(**args) end |
Instance Attribute Details
#permission_type ⇒ String
This is deprecated and has no effect. Do not use.
Corresponds to the JSON property permissionType
1830 1831 1832 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 1830 def @permission_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1837 1838 1839 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 1837 def update!(**args) @permission_type = args[:permission_type] if args.key?(:permission_type) end |