class Google::Apis::YoutubeV3::VideoAbuseReportReasonSnippet

Basic details about a video category, such as its localized title.

Attributes

label[RW]

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

secondary_reasons[RW]

The secondary reasons associated with this reason, if any are available. ( There might be 0 or more.) Corresponds to the JSON property `secondaryReasons` @return [Array<Google::Apis::YoutubeV3::VideoAbuseReportSecondaryReason>]

Public Class Methods

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