Class: Google::Apis::YoutubeV3::PlaylistItemStatus

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

Overview

Information about the playlist item's privacy status.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ PlaylistItemStatus

Returns a new instance of PlaylistItemStatus.



5719
5720
5721
# File 'generated/google/apis/youtube_v3/classes.rb', line 5719

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

Instance Attribute Details

#privacy_statusString

This resource's privacy status. Corresponds to the JSON property privacyStatus

Returns:

  • (String)


5717
5718
5719
# File 'generated/google/apis/youtube_v3/classes.rb', line 5717

def privacy_status
  @privacy_status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5724
5725
5726
# File 'generated/google/apis/youtube_v3/classes.rb', line 5724

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