class Google::Apis::YoutubePartnerV1::StatusReport

Attributes

status_content[RW]

The content of the report message. Used only in Hybrid. Corresponds to the JSON property `statusContent` @return [String]

status_file_name[RW]

Status file name. Used only in Hybrid. Corresponds to the JSON property `statusFileName` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/youtube_partner_v1/classes.rb, line 3906
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_partner_v1/classes.rb, line 3911
def update!(**args)
  @status_content = args[:status_content] if args.key?(:status_content)
  @status_file_name = args[:status_file_name] if args.key?(:status_file_name)
end