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.permissions
that 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
Returns a new instance of TestPermissionsResponse
18976 18977 18978 |
# File 'generated/google/apis/compute_beta/classes.rb', line 18976 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
18974 18975 18976 |
# File 'generated/google/apis/compute_beta/classes.rb', line 18974 def @permissions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18981 18982 18983 |
# File 'generated/google/apis/compute_beta/classes.rb', line 18981 def update!(**args) @permissions = args[:permissions] if args.key?(:permissions) end |