class Google::Apis::YoutubeV3::PlaylistItemStatus
Information about the playlist item's privacy status.
Attributes
privacy_status[RW]
This resource's privacy status. Corresponds to the JSON property `privacyStatus` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/youtube_v3/classes.rb, line 5540 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/youtube_v3/classes.rb, line 5545 def update!(**args) @privacy_status = args[:privacy_status] if args.key?(:privacy_status) end