Reference documentation and code samples for the Google Analytics Data V1alpha Client class CreateAudienceListRequest.
A request to create a new audience list.
Generated from protobuf message google.analytics.data.v1alpha.CreateAudienceListRequest
Namespace
Google \ Analytics \ Data \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource where this audience list will be created. Format: |
↳ audience_list |
Google\Analytics\Data\V1alpha\AudienceList
Required. The audience list to create. |
getParent
Required. The parent resource where this audience list will be created.
Format: properties/{property}
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent resource where this audience list will be created.
Format: properties/{property}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAudienceList
Required. The audience list to create.
Returns | |
---|---|
Type | Description |
Google\Analytics\Data\V1alpha\AudienceList|null |
hasAudienceList
clearAudienceList
setAudienceList
Required. The audience list to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Data\V1alpha\AudienceList
|
Returns | |
---|---|
Type | Description |
$this |