class Google::Apis::AndroidenterpriseV1::StoreLayoutClustersListResponse

Attributes

cluster[RW]

A store cluster of an enterprise. Corresponds to the JSON property `cluster` @return [Array<Google::Apis::AndroidenterpriseV1::StoreCluster>]

Public Class Methods

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