Class: Google::Apis::YoutubePartnerV1::StatusReport

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/youtube_partner_v1/classes.rb,
generated/google/apis/youtube_partner_v1/representations.rb,
generated/google/apis/youtube_partner_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StatusReport

Returns a new instance of StatusReport.



3886
3887
3888
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 3886

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#status_contentString

The content of the report message. Used only in Hybrid. Corresponds to the JSON property statusContent

Returns:

  • (String)


3879
3880
3881
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 3879

def status_content
  @status_content
end

#status_file_nameString

Status file name. Used only in Hybrid. Corresponds to the JSON property statusFileName

Returns:

  • (String)


3884
3885
3886
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 3884

def status_file_name
  @status_file_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3891
3892
3893
3894
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 3891

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