Class: Google::Apis::ApigatewayV1::ApigatewayTestIamPermissionsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ApigatewayV1::ApigatewayTestIamPermissionsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apigateway_v1/classes.rb,
lib/google/apis/apigateway_v1/representations.rb,
lib/google/apis/apigateway_v1/representations.rb
Overview
Response message for TestIamPermissions
method.
Instance Attribute Summary collapse
-
#permissions ⇒ Array<String>
A subset of
TestPermissionsRequest.permissions
that the caller is allowed.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ApigatewayTestIamPermissionsResponse
constructor
A new instance of ApigatewayTestIamPermissionsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ApigatewayTestIamPermissionsResponse
Returns a new instance of ApigatewayTestIamPermissionsResponse.
1093 1094 1095 |
# File 'lib/google/apis/apigateway_v1/classes.rb', line 1093 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
1091 1092 1093 |
# File 'lib/google/apis/apigateway_v1/classes.rb', line 1091 def @permissions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1098 1099 1100 |
# File 'lib/google/apis/apigateway_v1/classes.rb', line 1098 def update!(**args) @permissions = args[:permissions] if args.key?(:permissions) end |