Class: Google::Apis::AndroidpublisherV3::ExternalSubscription
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::ExternalSubscription
- 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
Details of an external subscription.
Instance Attribute Summary collapse
-
#subscription_type ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExternalSubscription
constructor
A new instance of ExternalSubscription.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ExternalSubscription
Returns a new instance of ExternalSubscription.
3163 3164 3165 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3163 def initialize(**args) update!(**args) end |
Instance Attribute Details
#subscription_type ⇒ String
Required. The type of the external subscription.
Corresponds to the JSON property subscriptionType
3161 3162 3163 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3161 def subscription_type @subscription_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3168 3169 3170 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3168 def update!(**args) @subscription_type = args[:subscription_type] if args.key?(:subscription_type) end |