GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaFirebaseLink (google_api_analytics_admin v0.2.0) View Source
A link between an App+Web property and a Firebase project.
Attributes
-
createTime(type:DateTime.t, default:nil) - Output only. Time when this FirebaseLink was originally created. -
maximumUserAccess(type:String.t, default:nil) - Maximum user access to the App + Web property allowed to admins of the linked Firebase project. -
name(type:String.t, default:nil) - Output only. Example format: properties/1234/firebaseLinks/5678 -
project(type:String.t, default:nil) - 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'
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaFirebaseLink{
createTime: DateTime.t(),
maximumUserAccess: String.t(),
name: String.t(),
project: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.