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 \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Analytics\Admin\V1alpha\Property|null |
hasSubproperty
clearSubproperty
setSubproperty
The created subproperty.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Admin\V1alpha\Property
|
Returns | |
---|---|
Type | Description |
$this |
getSubpropertyEventFilter
The created subproperty event filter.
Returns | |
---|---|
Type | Description |
Google\Analytics\Admin\V1alpha\SubpropertyEventFilter|null |
hasSubpropertyEventFilter
clearSubpropertyEventFilter
setSubpropertyEventFilter
The created subproperty event filter.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Admin\V1alpha\SubpropertyEventFilter
|
Returns | |
---|---|
Type | Description |
$this |