Class: Google::Apis::AnalyticshubV1::GetIamPolicyRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/analyticshub_v1/classes.rb,
lib/google/apis/analyticshub_v1/representations.rb,
lib/google/apis/analyticshub_v1/representations.rb

Overview

Request message for GetIamPolicy method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GetIamPolicyRequest

Returns a new instance of GetIamPolicyRequest.



969
970
971
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 969

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

Instance Attribute Details

#optionsGoogle::Apis::AnalyticshubV1::GetPolicyOptions

Encapsulates settings provided to GetIamPolicy. Corresponds to the JSON property options



967
968
969
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 967

def options
  @options
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



974
975
976
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 974

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