Class: Google::Apis::DatamanagerV1::IngestEventsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DatamanagerV1::IngestEventsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datamanager_v1/classes.rb,
lib/google/apis/datamanager_v1/representations.rb,
lib/google/apis/datamanager_v1/representations.rb
Overview
Response from the IngestEventsRequest.
Instance Attribute Summary collapse
-
#request_id ⇒ String
The auto-generated ID of the request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ IngestEventsResponse
constructor
A new instance of IngestEventsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ IngestEventsResponse
Returns a new instance of IngestEventsResponse.
967 968 969 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 967 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request_id ⇒ String
The auto-generated ID of the request.
Corresponds to the JSON property requestId
965 966 967 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 965 def request_id @request_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
972 973 974 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 972 def update!(**args) @request_id = args[:request_id] if args.key?(:request_id) end |