class Google::Apis::AndroidenterpriseV1::ProductSet
A set of products.
Attributes
kind[RW]
Identifies what kind of resource this is. Value: the fixed string “ androidenterprise#productSet”. Corresponds to the JSON property `kind` @return [String]
product_id[RW]
The list of product IDs making up the set of products. Corresponds to the JSON property `productId` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/androidenterprise_v1/classes.rb, line 1110 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 1115 def update!(**args) @kind = args[:kind] if args.key?(:kind) @product_id = args[:product_id] if args.key?(:product_id) end