Class: Google::Apis::AndroidpublisherV3::SystemFeature
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::SystemFeature
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb
Overview
Representation of a system feature.
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the feature.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SystemFeature
constructor
A new instance of SystemFeature.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SystemFeature
Returns a new instance of SystemFeature.
6308 6309 6310 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6308 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
The name of the feature.
Corresponds to the JSON property name
6306 6307 6308 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6306 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6313 6314 6315 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6313 def update!(**args) @name = args[:name] if args.key?(:name) end |