class Google::Apis::AndroidenterpriseV1::ListEntitlementsResponse

The entitlement resources for the user.

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>]

kind[RW]

Identifies what kind of resource this is. Value: the fixed string ā€œ androidenterprise#entitlementsListResponseā€. Corresponds to the JSON property `kind` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/androidenterprise_v1/classes.rb, line 633
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/androidenterprise_v1/classes.rb, line 638
def update!(**args)
  @entitlement = args[:entitlement] if args.key?(:entitlement)
  @kind = args[:kind] if args.key?(:kind)
end