Class: Google::Apis::ContentV2::AccountsLinkResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2::AccountsLinkResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/content_v2/classes.rb,
lib/google/apis/content_v2/representations.rb,
lib/google/apis/content_v2/representations.rb
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AccountsLinkResponse
constructor
A new instance of AccountsLinkResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AccountsLinkResponse
Returns a new instance of AccountsLinkResponse.
1155 1156 1157 |
# File 'lib/google/apis/content_v2/classes.rb', line 1155 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "content#
accountsLinkResponse".
Corresponds to the JSON property kind
1153 1154 1155 |
# File 'lib/google/apis/content_v2/classes.rb', line 1153 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1160 1161 1162 |
# File 'lib/google/apis/content_v2/classes.rb', line 1160 def update!(**args) @kind = args[:kind] if args.key?(:kind) end |