Class: Google::Apis::DatamanagerV1::RemoveAudienceMembersResponse

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 RemoveAudienceMembersRequest.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RemoveAudienceMembersResponse

Returns a new instance of RemoveAudienceMembersResponse.



2020
2021
2022
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2020

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)


2018
2019
2020
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2018

def request_id
  @request_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2025
2026
2027
# File 'lib/google/apis/datamanager_v1/classes.rb', line 2025

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