Class: Google::Apis::YoutubeV3::Nonprofit

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/youtube_v3/classes.rb,
generated/google/apis/youtube_v3/representations.rb,
generated/google/apis/youtube_v3/representations.rb

Overview

Nonprofit information.

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

Returns a new instance of Nonprofit.



5594
5595
5596
# File 'generated/google/apis/youtube_v3/classes.rb', line 5594

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

Instance Attribute Details

#nonprofit_idGoogle::Apis::YoutubeV3::NonprofitId

Id of the nonprofit. Corresponds to the JSON property nonprofitId



5587
5588
5589
# File 'generated/google/apis/youtube_v3/classes.rb', line 5587

def nonprofit_id
  @nonprofit_id
end

Legal name of the nonprofit. Corresponds to the JSON property nonprofitLegalName

Returns:

  • (String)


5592
5593
5594
# File 'generated/google/apis/youtube_v3/classes.rb', line 5592

def nonprofit_legal_name
  @nonprofit_legal_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5599
5600
5601
5602
# File 'generated/google/apis/youtube_v3/classes.rb', line 5599

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