Class: Google::Apis::ComputeBeta::TestPermissionsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::TestPermissionsResponse
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#permissions ⇒ Array<String>
A subset of
TestPermissionsRequest.permissionsthat the caller is allowed.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TestPermissionsResponse
constructor
A new instance of TestPermissionsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ TestPermissionsResponse
11391 11392 11393 |
# File 'generated/google/apis/compute_beta/classes.rb', line 11391 def initialize(**args) update!(**args) end |
Instance Attribute Details
#permissions ⇒ Array<String>
A subset of TestPermissionsRequest.permissions that the caller is allowed.
Corresponds to the JSON property permissions
11389 11390 11391 |
# File 'generated/google/apis/compute_beta/classes.rb', line 11389 def end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11396 11397 11398 |
# File 'generated/google/apis/compute_beta/classes.rb', line 11396 def update!(**args) = args[:permissions] if args.key?(:permissions) end |