Class: Google::Apis::AndroidenterpriseV1::ApprovalUrlInfo
- Inherits:
-
Object
- Object
- Google::Apis::AndroidenterpriseV1::ApprovalUrlInfo
- 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
-
#approval_url ⇒ String
A URL that displays a product's permissions and that can also be used to approve the product with the Products.approve call.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ApprovalUrlInfo
constructor
A new instance of ApprovalUrlInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_url ⇒ String
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
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 |