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?)
True if the policy is successfully removed.
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.
2234 2235 2236 |
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 2234 def initialize(**args) update!(**args) end |
Instance Attribute Details
#success ⇒ Boolean Also known as: success?
True if the policy is successfully removed.
Corresponds to the JSON property success
2231 2232 2233 |
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 2231 def success @success end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2239 2240 2241 |
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 2239 def update!(**args) @success = args[:success] if args.key?(:success) end |