Google Analytics Data V1alpha Client - Class CreateRecurringAudienceListRequest (0.14.0)

Reference documentation and code samples for the Google Analytics Data V1alpha Client class CreateRecurringAudienceListRequest.

A request to create a new recurring audience list.

Generated from protobuf message google.analytics.data.v1alpha.CreateRecurringAudienceListRequest

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 recurring audience list will be created. Format: properties/{property}

↳ recurring_audience_list Google\Analytics\Data\V1alpha\RecurringAudienceList

Required. The recurring audience list to create.

getParent

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

Returns
TypeDescription
string

setParent

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRecurringAudienceList

Required. The recurring audience list to create.

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

hasRecurringAudienceList

clearRecurringAudienceList

setRecurringAudienceList

Required. The recurring audience list to create.

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