class Google::Apis::AndroidenterpriseV1::ApprovalUrlInfo
Information on an approval URL.
Attributes
approval_url[RW]
A URL that displays a product's permissions and that can also be used to approve the product with the Products.approve call. Corresponds to the JSON property `approvalUrl` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/androidenterprise_v1/classes.rb, line 524 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/androidenterprise_v1/classes.rb, line 529 def update!(**args) @approval_url = args[:approval_url] if args.key?(:approval_url) end