Class: Google::Apis::YoutubePartnerV1::OwnershipHistoryListResponse

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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ OwnershipHistoryListResponse

Returns a new instance of OwnershipHistoryListResponse.



2530
2531
2532
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2530

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

Instance Attribute Details

#itemsArray<Google::Apis::YoutubePartnerV1::RightsOwnershipHistory>

A list of ownership history (youtubePartner#ownershipHistory) resources that match the request criteria. Corresponds to the JSON property items



2522
2523
2524
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2522

def items
  @items
end

#kindString

The type of the API response. For this operation, the value is youtubePartner# ownershipHistoryList. Corresponds to the JSON property kind

Returns:

  • (String)


2528
2529
2530
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2528

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2535
2536
2537
2538
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2535

def update!(**args)
  @items = args[:items] if args.key?(:items)
  @kind = args[:kind] if args.key?(:kind)
end