Class: Google::Apis::AndroidpublisherV3::SystemApkVariantsListResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/androidpublisher_v3/classes.rb,
generated/google/apis/androidpublisher_v3/representations.rb,
generated/google/apis/androidpublisher_v3/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ SystemApkVariantsListResponse

Returns a new instance of SystemApkVariantsListResponse.



1882
1883
1884
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1882

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#variantsArray<Google::Apis::AndroidpublisherV3::Variant>

Corresponds to the JSON property variants



1880
1881
1882
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1880

def variants
  @variants
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1887
1888
1889
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1887

def update!(**args)
  @variants = args[:variants] if args.key?(:variants)
end