class Google::Apis::AndroidenterpriseV1::ListCollectionsResponse

The collection resources for the enterprise.

Attributes

collection[RW]

An ordered collection of products which can be made visible on the Google Play Store to a selected group of users. Corresponds to the JSON property `collection` @return [Array<Google::Apis::AndroidenterpriseV1::Collection>]

kind[RW]

Identifies what kind of resource this is. Value: the fixed string “ androidenterprise#collectionsListResponse”. 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 312
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 317
def update!(**args)
  @collection = args[:collection] if args.key?(:collection)
  @kind = args[:kind] if args.key?(:kind)
end