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 lib/google/apis/youtube_v3/classes.rb, line 5884
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/youtube_v3/classes.rb, line 5889
def update!(**args)
  @privacy_status = args[:privacy_status] if args.key?(:privacy_status)
end