Class: Google::Apis::DatamanagerV1::RemoveAllAudienceMembersResponse
- Inherits:
-
Object
- Object
- Google::Apis::DatamanagerV1::RemoveAllAudienceMembersResponse
- 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 RemoveAllAudienceMembersRequest.
Instance Attribute Summary collapse
-
#request_id ⇒ String
The auto-generated ID of the request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RemoveAllAudienceMembersResponse
constructor
A new instance of RemoveAllAudienceMembersResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RemoveAllAudienceMembersResponse
Returns a new instance of RemoveAllAudienceMembersResponse.
2774 2775 2776 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2774 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
2772 2773 2774 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2772 def request_id @request_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2779 2780 2781 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2779 def update!(**args) @request_id = args[:request_id] if args.key?(:request_id) end |