class Google::Apis::AndroidenterpriseV1::StoreLayoutClustersListResponse
The store page resources for the enterprise.
Attributes
cluster[RW]
A store cluster of an enterprise. Corresponds to the JSON property `cluster` @return [Array<Google::Apis::AndroidenterpriseV1::StoreCluster>]
kind[RW]
Identifies what kind of resource this is. Value: the fixed string “ androidenterprise#storeLayoutClustersListResponse”. 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 1266 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 1271 def update!(**args) @cluster = args[:cluster] if args.key?(:cluster) @kind = args[:kind] if args.key?(:kind) end