Reference documentation and code samples for the Google Analytics Admin V1beta Client class CreatePropertyRequest.
Request message for CreateProperty RPC.
Generated from protobuf message google.analytics.admin.v1beta.CreatePropertyRequest
Namespace
Google \ Analytics \ Admin \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ property |
Google\Analytics\Admin\V1beta\Property
Required. The property to create. Note: the supplied property must specify its parent. |
getProperty
Required. The property to create.
Note: the supplied property must specify its parent.
Returns | |
---|---|
Type | Description |
Google\Analytics\Admin\V1beta\Property|null |
hasProperty
clearProperty
setProperty
Required. The property to create.
Note: the supplied property must specify its parent.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Admin\V1beta\Property
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
property |
Google\Analytics\Admin\V1beta\Property
Required. The property to create. Note: the supplied property must specify its parent. |
Returns | |
---|---|
Type | Description |
Google\Analytics\Admin\V1beta\CreatePropertyRequest |