Reference documentation and code samples for the Google Analytics Data V1beta Client class GetAudienceExportRequest.
A request to retrieve configuration metadata about a specific audience export.
Generated from protobuf message google.analytics.data.v1beta.GetAudienceExportRequest
Namespace
Google \ Analytics \ Data \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The audience export resource name. Format: properties/{property}/audienceExports/{audience_export}
getName
Required. The audience export resource name.
Format: properties/{property}/audienceExports/{audience_export}
string
setName
Required. The audience export resource name.
Format: properties/{property}/audienceExports/{audience_export}
var
string
$this
static::build
name
string
Required. The audience export resource name.
Format: properties/{property}/audienceExports/{audience_export}
Please see BetaAnalyticsDataClient::audienceExportName()
for help formatting this field.