class Google::Apis::YoutubePartnerV1::SpreadsheetTemplateListResponse
Attributes
items[RW]
A list of spreadsheet templates (youtubePartner#spreadsheetTemplate) resources that match the request criteria. Corresponds to the JSON property `items` @return [Array<Google::Apis::YoutubePartnerV1::SpreadsheetTemplate>]
kind[RW]
The type of the API response. For this operation, the value is youtubePartner# spreadsheetTemplateList. Corresponds to the JSON property `kind` @return [String]
status[RW]
The status of the API response. Corresponds to the JSON property `status` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/youtube_partner_v1/classes.rb, line 3880 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 3885 def update!(**args) @items = args[:items] if args.key?(:items) @kind = args[:kind] if args.key?(:kind) @status = args[:status] if args.key?(:status) end