Class: Google::Apis::DatamanagerV1::IngestAudienceMembersResponse

Inherits:
Object
  • Object
show all
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 IngestAudienceMembersRequest.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ IngestAudienceMembersResponse

Returns a new instance of IngestAudienceMembersResponse.



840
841
842
# File 'lib/google/apis/datamanager_v1/classes.rb', line 840

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#request_idString

The auto-generated ID of the request. Corresponds to the JSON property requestId

Returns:

  • (String)


838
839
840
# File 'lib/google/apis/datamanager_v1/classes.rb', line 838

def request_id
  @request_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



845
846
847
# File 'lib/google/apis/datamanager_v1/classes.rb', line 845

def update!(**args)
  @request_id = args[:request_id] if args.key?(:request_id)
end