class Google::Apis::BooksV1::Series::Series::SeriesSubscriptionReleaseInfo
Attributes
cancel_time[RW]
Corresponds to the JSON property `cancelTime` @return [String]
current_release_info[RW]
Corresponds to the JSON property `currentReleaseInfo` @return [Google::Apis::BooksV1::Series::Series::SeriesSubscriptionReleaseInfo::CurrentReleaseInfo]
next_release_info[RW]
Corresponds to the JSON property `nextReleaseInfo` @return [Google::Apis::BooksV1::Series::Series::SeriesSubscriptionReleaseInfo::NextReleaseInfo]
series_subscription_type[RW]
Corresponds to the JSON property `seriesSubscriptionType` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/books_v1/classes.rb, line 2681 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/books_v1/classes.rb, line 2686 def update!(**args) @cancel_time = args[:cancel_time] if args.key?(:cancel_time) @current_release_info = args[:current_release_info] if args.key?(:current_release_info) @next_release_info = args[:next_release_info] if args.key?(:next_release_info) @series_subscription_type = args[:series_subscription_type] if args.key?(:series_subscription_type) end