PropertiesResource class

Constructors

PropertiesResource(ApiRequester client)

Methods

create(GoogleAnalyticsAdminV1alphaProperty request, {String? $fields}) Future<GoogleAnalyticsAdminV1alphaProperty>
Creates an "GA4" property with the specified location and attributes.
delete(String name, {String? $fields}) Future<GoogleAnalyticsAdminV1alphaProperty>
Marks target Property as soft-deleted (ie: "trashed") and returns it.
get(String name, {String? $fields}) Future<GoogleAnalyticsAdminV1alphaProperty>
Lookup for a single "GA4" Property.
getDataRetentionSettings(String name, {String? $fields}) Future<GoogleAnalyticsAdminV1alphaDataRetentionSettings>
Returns the singleton data retention settings for this property.
getGoogleSignalsSettings(String name, {String? $fields}) Future<GoogleAnalyticsAdminV1alphaGoogleSignalsSettings>
Lookup for Google Signals settings for a property.
list({String? filter, int? pageSize, String? pageToken, bool? showDeleted, String? $fields}) Future<GoogleAnalyticsAdminV1alphaListPropertiesResponse>
Returns child Properties under the specified parent Account.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleAnalyticsAdminV1alphaProperty request, String name, {String? updateMask, String? $fields}) Future<GoogleAnalyticsAdminV1alphaProperty>
Updates a property.
toString() String
A string representation of this object.
inherited
updateDataRetentionSettings(GoogleAnalyticsAdminV1alphaDataRetentionSettings request, String name, {String? updateMask, String? $fields}) Future<GoogleAnalyticsAdminV1alphaDataRetentionSettings>
Updates the singleton data retention settings for this property.
updateGoogleSignalsSettings(GoogleAnalyticsAdminV1alphaGoogleSignalsSettings request, String name, {String? updateMask, String? $fields}) Future<GoogleAnalyticsAdminV1alphaGoogleSignalsSettings>
Updates Google Signals settings for a property.

Operators

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