class Google::Apis::ResellerV1::RenewalSettings
JSON template for a subscription renewal settings.
Attributes
kind[RW]
Identifies the resource as a subscription renewal setting. Corresponds to the JSON property `kind` @return [String]
renewal_type[RW]
Subscription renewal type. Corresponds to the JSON property `renewalType` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/reseller_v1/classes.rb, line 221 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/reseller_v1/classes.rb, line 226 def update!(**args) @kind = args[:kind] if args.key?(:kind) @renewal_type = args[:renewal_type] if args.key?(:renewal_type) end