PropertiesResource class

Constructors

PropertiesResource(ApiRequester client)

Properties

conversionEvents PropertiesConversionEventsResource
no setter
customDimensions PropertiesCustomDimensionsResource
no setter
customMetrics PropertiesCustomMetricsResource
no setter
dataStreams PropertiesDataStreamsResource
no setter
no setter
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

acknowledgeUserDataCollection(GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionRequest request, String property, {String? $fields}) Future<GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionResponse>
Acknowledges the terms of user data collection for the specified property.
create(GoogleAnalyticsAdminV1betaProperty request, {String? $fields}) Future<GoogleAnalyticsAdminV1betaProperty>
Creates an "GA4" property with the specified location and attributes.
delete(String name, {String? $fields}) Future<GoogleAnalyticsAdminV1betaProperty>
Marks target Property as soft-deleted (ie: "trashed") and returns it.
get(String name, {String? $fields}) Future<GoogleAnalyticsAdminV1betaProperty>
Lookup for a single "GA4" Property.
getDataRetentionSettings(String name, {String? $fields}) Future<GoogleAnalyticsAdminV1betaDataRetentionSettings>
Returns the singleton data retention settings for this property.
list({String? filter, int? pageSize, String? pageToken, bool? showDeleted, String? $fields}) Future<GoogleAnalyticsAdminV1betaListPropertiesResponse>
Returns child Properties under the specified parent Account.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleAnalyticsAdminV1betaProperty request, String name, {String? updateMask, String? $fields}) Future<GoogleAnalyticsAdminV1betaProperty>
Updates a property.
runAccessReport(GoogleAnalyticsAdminV1betaRunAccessReportRequest request, String entity, {String? $fields}) Future<GoogleAnalyticsAdminV1betaRunAccessReportResponse>
Returns a customized report of data access records.
toString() String
A string representation of this object.
inherited
updateDataRetentionSettings(GoogleAnalyticsAdminV1betaDataRetentionSettings request, String name, {String? updateMask, String? $fields}) Future<GoogleAnalyticsAdminV1betaDataRetentionSettings>
Updates the singleton data retention settings for this property.

Operators

operator ==(Object other) bool
The equality operator.
inherited