Reference documentation and code samples for the Google Ads Data Manager V1 Client class RemoveAudienceMembersStatus.
The status of the remove audience members request.
Generated from protobuf message google.ads.datamanager.v1.RequestStatusPerDestination.RemoveAudienceMembersStatus
Namespace
Google \ Ads \ DataManager \ V1 \ RequestStatusPerDestinationMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ user_data_removal_status |
RemoveUserDataStatus
The status of the user data removal from the destination. |
↳ mobile_data_removal_status |
RemoveMobileDataStatus
The status of the mobile data removal from the destination. |
↳ pair_data_removal_status |
RemovePairDataStatus
The status of the pair data removal from the destination. |
getUserDataRemovalStatus
The status of the user data removal from the destination.
| Returns | |
|---|---|
| Type | Description |
RemoveUserDataStatus|null |
|
hasUserDataRemovalStatus
setUserDataRemovalStatus
The status of the user data removal from the destination.
| Parameter | |
|---|---|
| Name | Description |
var |
RemoveUserDataStatus
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMobileDataRemovalStatus
The status of the mobile data removal from the destination.
| Returns | |
|---|---|
| Type | Description |
RemoveMobileDataStatus|null |
|
hasMobileDataRemovalStatus
setMobileDataRemovalStatus
The status of the mobile data removal from the destination.
| Parameter | |
|---|---|
| Name | Description |
var |
RemoveMobileDataStatus
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPairDataRemovalStatus
The status of the pair data removal from the destination.
| Returns | |
|---|---|
| Type | Description |
RemovePairDataStatus|null |
|
hasPairDataRemovalStatus
setPairDataRemovalStatus
The status of the pair data removal from the destination.
| Parameter | |
|---|---|
| Name | Description |
var |
RemovePairDataStatus
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStatus
| Returns | |
|---|---|
| Type | Description |
string |
|