Class: Google::Apis::YoutubeV3::MembershipsLevelSnippet

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/youtube_v3/classes.rb,
lib/google/apis/youtube_v3/representations.rb,
lib/google/apis/youtube_v3/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MembershipsLevelSnippet

Returns a new instance of MembershipsLevelSnippet.



5572
5573
5574
# File 'lib/google/apis/youtube_v3/classes.rb', line 5572

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#creator_channel_idString

The id of the channel that's offering channel memberships. Corresponds to the JSON property creatorChannelId

Returns:

  • (String)


5565
5566
5567
# File 'lib/google/apis/youtube_v3/classes.rb', line 5565

def creator_channel_id
  @creator_channel_id
end

#level_detailsGoogle::Apis::YoutubeV3::LevelDetails

Details about the pricing level. Corresponds to the JSON property levelDetails



5570
5571
5572
# File 'lib/google/apis/youtube_v3/classes.rb', line 5570

def level_details
  @level_details
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5577
5578
5579
5580
# File 'lib/google/apis/youtube_v3/classes.rb', line 5577

def update!(**args)
  @creator_channel_id = args[:creator_channel_id] if args.key?(:creator_channel_id)
  @level_details = args[:level_details] if args.key?(:level_details)
end