class Google::Apis::AndroidenterpriseV1::ApproveProductRequest

Attributes

approval_url_info[RW]

Information on an approval URL. Corresponds to the JSON property `approvalUrlInfo` @return [Google::Apis::AndroidenterpriseV1::ApprovalUrlInfo]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/androidenterprise_v1/classes.rb, line 1135
def update!(**args)
  @approval_url_info = args[:approval_url_info] if args.key?(:approval_url_info)
end