Class: Google::Apis::YoutubePartnerV1::SpreadsheetTemplate

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) ⇒ SpreadsheetTemplate

Returns a new instance of SpreadsheetTemplate.



3825
3826
3827
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 3825

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

Instance Attribute Details

#kindString

The type of the API resource. For spreadsheet template resources, the value is youtubePartner#spreadsheetTemplate. Corresponds to the JSON property kind

Returns:

  • (String)


3803
3804
3805
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 3803

def kind
  @kind
end

#statusString

The template status. Corresponds to the JSON property status

Returns:

  • (String)


3808
3809
3810
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 3808

def status
  @status
end

#template_contentString

The template content. Corresponds to the JSON property templateContent

Returns:

  • (String)


3813
3814
3815
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 3813

def template_content
  @template_content
end

#template_nameString

The template name. Corresponds to the JSON property templateName

Returns:

  • (String)


3818
3819
3820
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 3818

def template_name
  @template_name
end

#template_typeString

The template type. Corresponds to the JSON property templateType

Returns:

  • (String)


3823
3824
3825
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 3823

def template_type
  @template_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3830
3831
3832
3833
3834
3835
3836
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 3830

def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @status = args[:status] if args.key?(:status)
  @template_content = args[:template_content] if args.key?(:template_content)
  @template_name = args[:template_name] if args.key?(:template_name)
  @template_type = args[:template_type] if args.key?(:template_type)
end