Class: Google::Apis::YoutubePartnerV1::PolicyList

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

Returns a new instance of PolicyList



2786
2787
2788
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2786

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

Instance Attribute Details

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

A list of saved policies. Corresponds to the JSON property items



2778
2779
2780
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2778

def items
  @items
end

#kindString

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

Returns:

  • (String)


2784
2785
2786
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2784

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2791
2792
2793
2794
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2791

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