Class: Google::Apis::YoutubeV3::PlaylistItemStatus
- Inherits:
-
Object
- Object
- Google::Apis::YoutubeV3::PlaylistItemStatus
- 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
-
#privacy_status ⇒ String
This resource's privacy status.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PlaylistItemStatus
constructor
A new instance of PlaylistItemStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ PlaylistItemStatus
Returns a new instance of PlaylistItemStatus
5779 5780 5781 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 5779 def initialize(**args) update!(**args) end |
Instance Attribute Details
#privacy_status ⇒ String
This resource's privacy status.
Corresponds to the JSON property privacyStatus
5777 5778 5779 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 5777 def privacy_status @privacy_status end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5784 5785 5786 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 5784 def update!(**args) @privacy_status = args[:privacy_status] if args.key?(:privacy_status) end |