Google Analytics Data V1alpha Client - Class CreateAudienceListRequest (0.14.0)

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 \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource where this audience list will be created. Format: properties/{property}

↳ 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
TypeDescription
string

setParent

Required. The parent resource where this audience list will be created.

Format: properties/{property}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAudienceList

Required. The audience list to create.

Returns
TypeDescription
Google\Analytics\Data\V1alpha\AudienceList|null

hasAudienceList

clearAudienceList

setAudienceList

Required. The audience list to create.

Parameter
NameDescription
var Google\Analytics\Data\V1alpha\AudienceList
Returns
TypeDescription
$this