pub struct GoogleAnalyticsAdminV1alphaFirebaseLink {
pub create_time: Option<DateTime<Utc>>,
pub name: Option<String>,
pub project: Option<String>,
}Expand description
A link between a 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)
Fields§
§create_time: Option<DateTime<Utc>>Output only. Time when this FirebaseLink was originally created.
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§
source§impl Clone for GoogleAnalyticsAdminV1alphaFirebaseLink
impl Clone for GoogleAnalyticsAdminV1alphaFirebaseLink
source§fn clone(&self) -> GoogleAnalyticsAdminV1alphaFirebaseLink
fn clone(&self) -> GoogleAnalyticsAdminV1alphaFirebaseLink
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for GoogleAnalyticsAdminV1alphaFirebaseLink
impl Default for GoogleAnalyticsAdminV1alphaFirebaseLink
source§fn default() -> GoogleAnalyticsAdminV1alphaFirebaseLink
fn default() -> GoogleAnalyticsAdminV1alphaFirebaseLink
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GoogleAnalyticsAdminV1alphaFirebaseLink
impl<'de> Deserialize<'de> for GoogleAnalyticsAdminV1alphaFirebaseLink
source§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