class Google::Apis::ContaineranalysisV1alpha1::GetIamPolicyRequest

Request message for `GetIamPolicy` method.

Attributes

options[RW]

Encapsulates settings provided to GetIamPolicy. Corresponds to the JSON property `options` @return [Google::Apis::ContaineranalysisV1alpha1::GetPolicyOptions]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/containeranalysis_v1alpha1/classes.rb, line 1601
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/containeranalysis_v1alpha1/classes.rb, line 1606
def update!(**args)
  @options = args[:options] if args.key?(:options)
end