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 generated/google/apis/youtube_v3/classes.rb, line 6902
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 6907
def update!(**args)
  @id = args[:id] if args.key?(:id)
  @label = args[:label] if args.key?(:label)
end