Reference documentation and code samples for the Google Analytics Admin V1beta Client class GetKeyEventRequest.
Request message for GetKeyEvent RPC
Generated from protobuf message google.analytics.admin.v1beta.GetKeyEventRequest
Namespace
Google \ Analytics \ Admin \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The resource name of the Key Event to retrieve. Format: properties/{property}/keyEvents/{key_event} Example: "properties/123/keyEvents/456"
getName
Required. The resource name of the Key Event to retrieve.
Format: properties/{property}/keyEvents/{key_event} Example: "properties/123/keyEvents/456"
string
setName
Required. The resource name of the Key Event to retrieve.
Format: properties/{property}/keyEvents/{key_event} Example: "properties/123/keyEvents/456"
var
string
$this
static::build
name
string
Required. The resource name of the Key Event to retrieve. Format: properties/{property}/keyEvents/{key_event} Example: "properties/123/keyEvents/456" Please see Google\Analytics\Admin\V1beta\AnalyticsAdminServiceClient::keyEventName() for help formatting this field.