Class: Google::Apis::AndroidpublisherV3::Stratum
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::Stratum
- 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
-
#brand ⇒ String
Corresponds to the JSON property
brand
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Stratum
constructor
A new instance of Stratum.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Stratum
Returns a new instance of Stratum.
1529 1530 1531 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1529 def initialize(**args) update!(**args) end |
Instance Attribute Details
#brand ⇒ String
Corresponds to the JSON property brand
1527 1528 1529 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1527 def brand @brand end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1534 1535 1536 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1534 def update!(**args) @brand = args[:brand] if args.key?(:brand) end |