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

Constructor Details

#initialize(**args) ⇒ PolicyList

Returns a new instance of PolicyList.



3180
3181
3182
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 3180

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



3172
3173
3174
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 3172

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)


3178
3179
3180
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 3178

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3185
3186
3187
3188
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 3185

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