Google Analytics Admin V1alpha Client - Class CreateSubpropertyResponse (0.20.0)

Reference documentation and code samples for the Google Analytics Admin V1alpha Client class CreateSubpropertyResponse.

Response message for CreateSubproperty RPC.

Generated from protobuf message google.analytics.admin.v1alpha.CreateSubpropertyResponse

Namespace

Google \ Analytics \ Admin \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ subproperty Google\Analytics\Admin\V1alpha\Property

The created subproperty.

↳ subproperty_event_filter Google\Analytics\Admin\V1alpha\SubpropertyEventFilter

The created subproperty event filter.

getSubproperty

The created subproperty.

Returns
TypeDescription
Google\Analytics\Admin\V1alpha\Property|null

hasSubproperty

clearSubproperty

setSubproperty

The created subproperty.

Parameter
NameDescription
var Google\Analytics\Admin\V1alpha\Property
Returns
TypeDescription
$this

getSubpropertyEventFilter

The created subproperty event filter.

Returns
TypeDescription
Google\Analytics\Admin\V1alpha\SubpropertyEventFilter|null

hasSubpropertyEventFilter

clearSubpropertyEventFilter

setSubpropertyEventFilter

The created subproperty event filter.

Parameter
NameDescription
var Google\Analytics\Admin\V1alpha\SubpropertyEventFilter
Returns
TypeDescription
$this