Class: Google::Apis::AndroidenterpriseV1::ListEntitlementsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidenterpriseV1::ListEntitlementsResponse
- 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
Instance Attribute Summary collapse
-
#entitlement ⇒ Array<Google::Apis::AndroidenterpriseV1::Entitlement>
An entitlement of a user to a product (e.g. an app).
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListEntitlementsResponse
constructor
A new instance of ListEntitlementsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListEntitlementsResponse
Returns a new instance of ListEntitlementsResponse.
950 951 952 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 950 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entitlement ⇒ Array<Google::Apis::AndroidenterpriseV1::Entitlement>
An entitlement of a user to a product (e.g. an app). For example, a free app
that they have installed, or a paid app that they have been allocated a
license to.
Corresponds to the JSON property entitlement
948 949 950 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 948 def entitlement @entitlement end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
955 956 957 |
# File 'generated/google/apis/androidenterprise_v1/classes.rb', line 955 def update!(**args) @entitlement = args[:entitlement] if args.key?(:entitlement) end |