Class: Google::Apis::MetastoreV1beta::RemoveIamPolicyResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/metastore_v1beta/classes.rb,
lib/google/apis/metastore_v1beta/representations.rb,
lib/google/apis/metastore_v1beta/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.



2301
2302
2303
# File 'lib/google/apis/metastore_v1beta/classes.rb', line 2301

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

Instance Attribute Details

#successBoolean Also known as: success?

True if the policy is successfully removed. Corresponds to the JSON property success

Returns:

  • (Boolean)


2298
2299
2300
# File 'lib/google/apis/metastore_v1beta/classes.rb', line 2298

def success
  @success
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2306
2307
2308
# File 'lib/google/apis/metastore_v1beta/classes.rb', line 2306

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