Class: Google::Apis::YoutubePartnerV1::Claim::Origin
- Inherits:
-
Object
- Object
- Google::Apis::YoutubePartnerV1::Claim::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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Origin
Returns a new instance of Origin
1010 1011 1012 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1010 def initialize(**args) update!(**args) end |
Instance Attribute Details
#source ⇒ String
Corresponds to the JSON property source
1008 1009 1010 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1008 def source @source end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1015 1016 1017 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1015 def update!(**args) @source = args[:source] if args.key?(:source) end |