Struct google_analyticsadmin1_alpha::api::GoogleAnalyticsAdminV1alphaFirebaseLink [−][src]
pub struct GoogleAnalyticsAdminV1alphaFirebaseLink {
pub create_time: Option<String>,
pub maximum_user_access: Option<String>,
pub name: Option<String>,
pub project: Option<String>,
}Expand description
A link between an GA4 property and a Firebase project.
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).
- firebase links create properties (request|response)
- firebase links patch properties (request|response)
Fields
create_time: Option<String>Output only. Time when this FirebaseLink was originally created.
maximum_user_access: Option<String>Maximum user access to the GA4 property allowed to admins of the linked Firebase project.
name: Option<String>Output only. Example format: properties/1234/firebaseLinks/5678
project: Option<String>Immutable. Firebase project resource name. When creating a FirebaseLink, you may provide this resource name using either a project number or project ID. Once this resource has been created, returned FirebaseLinks will always have a project_name that contains a project number. Format: ‘projects/{project number}’ Example: ‘projects/1234’
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more