Class: Google::Apis::YoutubePartnerV1::Origin
- Inherits:
-
Object
- Object
- Google::Apis::YoutubePartnerV1::Origin
- 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
-
#source ⇒ String
Corresponds to the JSON property
source
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Origin
constructor
A new instance of Origin.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Origin
Returns a new instance of Origin.
2848 2849 2850 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2848 def initialize(**args) update!(**args) end |
Instance Attribute Details
#source ⇒ String
Corresponds to the JSON property source
2846 2847 2848 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2846 def source @source end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2853 2854 2855 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2853 def update!(**args) @source = args[:source] if args.key?(:source) end |