class Google::Apis::AndroidenterpriseV1::ListEntitlementsResponse

Attributes

entitlement[RW]

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` @return [Array<Google::Apis::AndroidenterpriseV1::Entitlement>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/androidenterprise_v1/classes.rb, line 977
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 982
def update!(**args)
  @entitlement = args[:entitlement] if args.key?(:entitlement)
end