class Google::Apis::YoutubeV3::VideoAbuseReportSecondaryReason

Attributes

id[RW]

The ID of this abuse report secondary reason. Corresponds to the JSON property `id` @return [String]

label[RW]

The localized label for this abuse report secondary reason. Corresponds to the JSON property `label` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/youtube_v3/classes.rb, line 7424
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 7429
def update!(**args)
  @id = args[:id] if args.key?(:id)
  @label = args[:label] if args.key?(:label)
end