Class: Google::Apis::MetastoreV1alpha::RemoveIamPolicyResponse
- Inherits:
-
Object
- Object
- Google::Apis::MetastoreV1alpha::RemoveIamPolicyResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/metastore_v1alpha/classes.rb,
lib/google/apis/metastore_v1alpha/representations.rb,
lib/google/apis/metastore_v1alpha/representations.rb
Overview
Response message for DataprocMetastore.RemoveIamPolicy.
Instance Attribute Summary collapse
-
#success ⇒ Boolean
(also: #success?)
whether related policies are removed Corresponds to the JSON property
success.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RemoveIamPolicyResponse
constructor
A new instance of RemoveIamPolicyResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RemoveIamPolicyResponse
Returns a new instance of RemoveIamPolicyResponse.
1433 1434 1435 |
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 1433 def initialize(**args) update!(**args) end |
Instance Attribute Details
#success ⇒ Boolean Also known as: success?
whether related policies are removed
Corresponds to the JSON property success
1430 1431 1432 |
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 1430 def success @success end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1438 1439 1440 |
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 1438 def update!(**args) @success = args[:success] if args.key?(:success) end |