class Google::Apis::SasportalV1alpha1::SasPortalGetPolicyRequest

Request message for `GetPolicy` method.

Attributes

resource[RW]

Required. The resource for which the policy is being requested. Corresponds to the JSON property `resource` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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