Class: Google::Apis::MetastoreV1alpha::RemoveIamPolicyResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RemoveIamPolicyResponse

Returns a new instance of RemoveIamPolicyResponse.



1438
1439
1440
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 1438

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#successBoolean Also known as: success?

whether related policies are removed Corresponds to the JSON property success

Returns:

  • (Boolean)


1435
1436
1437
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 1435

def success
  @success
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1443
1444
1445
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 1443

def update!(**args)
  @success = args[:success] if args.key?(:success)
end