Class: Google::Apis::AndroidenterpriseV1::ApprovalUrlInfo

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

Overview

Information on an approval URL.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ApprovalUrlInfo

Returns a new instance of ApprovalUrlInfo.



497
498
499
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 497

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

Instance Attribute Details

#approval_urlString

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

Returns:

  • (String)


495
496
497
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 495

def approval_url
  @approval_url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



502
503
504
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 502

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