Class: Google::Apis::PartnersV2::LogUserEventResponse
- Inherits:
-
Object
- Object
- Google::Apis::PartnersV2::LogUserEventResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/partners_v2/classes.rb,
generated/google/apis/partners_v2/representations.rb,
generated/google/apis/partners_v2/representations.rb
Overview
Response message for LogUserEvent.
Instance Attribute Summary collapse
-
#response_metadata ⇒ Google::Apis::PartnersV2::ResponseMetadata
Common data that is in each API response.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LogUserEventResponse
constructor
A new instance of LogUserEventResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ LogUserEventResponse
Returns a new instance of LogUserEventResponse
1641 1642 1643 |
# File 'generated/google/apis/partners_v2/classes.rb', line 1641 def initialize(**args) update!(**args) end |
Instance Attribute Details
#response_metadata ⇒ Google::Apis::PartnersV2::ResponseMetadata
Common data that is in each API response.
Corresponds to the JSON property responseMetadata
1639 1640 1641 |
# File 'generated/google/apis/partners_v2/classes.rb', line 1639 def @response_metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1646 1647 1648 |
# File 'generated/google/apis/partners_v2/classes.rb', line 1646 def update!(**args) @response_metadata = args[:response_metadata] if args.key?(:response_metadata) end |