Class: Google::Apis::ApigatewayV1beta::ApigatewayTestIamPermissionsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ApigatewayV1beta::ApigatewayTestIamPermissionsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apigateway_v1beta/classes.rb,
lib/google/apis/apigateway_v1beta/representations.rb,
lib/google/apis/apigateway_v1beta/representations.rb more...
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.
1177 1178 1179 |
# File 'lib/google/apis/apigateway_v1beta/classes.rb', line 1177 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
1175 1176 1177 |
# File 'lib/google/apis/apigateway_v1beta/classes.rb', line 1175 def @permissions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1182 1183 1184 |
# File 'lib/google/apis/apigateway_v1beta/classes.rb', line 1182 def update!(**args) @permissions = args[:permissions] if args.key?(:permissions) end |