pub struct GoogleAnalyticsAdminV1alphaDataSharingSettings {
pub name: Option<String>,
pub sharing_with_google_any_sales_enabled: Option<bool>,
pub sharing_with_google_assigned_sales_enabled: Option<bool>,
pub sharing_with_google_products_enabled: Option<bool>,
pub sharing_with_google_support_enabled: Option<bool>,
pub sharing_with_others_enabled: Option<bool>,
}Expand description
A resource message representing data sharing settings of a Google Analytics account.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- get data sharing settings accounts (response)
Fields§
§name: Option<String>Output only. Resource name. Format: accounts/{account}/dataSharingSettings Example: “accounts/1000/dataSharingSettings”
sharing_with_google_any_sales_enabled: Option<bool>Allows any of Google sales to access the data in order to suggest configuration changes to improve results.
sharing_with_google_assigned_sales_enabled: Option<bool>Allows Google sales teams that are assigned to the customer to access the data in order to suggest configuration changes to improve results. Sales team restrictions still apply when enabled.
sharing_with_google_products_enabled: Option<bool>Allows Google to use the data to improve other Google products or services.
sharing_with_google_support_enabled: Option<bool>Allows Google support to access the data in order to help troubleshoot issues.
sharing_with_others_enabled: Option<bool>Allows Google to share the data anonymously in aggregate form with others.
Trait Implementations§
source§impl Clone for GoogleAnalyticsAdminV1alphaDataSharingSettings
impl Clone for GoogleAnalyticsAdminV1alphaDataSharingSettings
source§fn clone(&self) -> GoogleAnalyticsAdminV1alphaDataSharingSettings
fn clone(&self) -> GoogleAnalyticsAdminV1alphaDataSharingSettings
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more