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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/androidenterprise_v1/classes.rb,
lib/google/apis/androidenterprise_v1/representations.rb,
lib/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.



531
532
533
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 531

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)


529
530
531
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 529

def approval_url
  @approval_url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



536
537
538
# File 'lib/google/apis/androidenterprise_v1/classes.rb', line 536

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