GoogleApi.Firebase.V1beta1.Model.RemoveAnalyticsRequest (google_api_firebase v0.13.3)
View SourceAttributes
-
analyticsPropertyId
(type:String.t
, default:nil
) - Optional. The ID of the Google Analytics property associated with the specifiedFirebaseProject
. - If not set, then the Google Analytics property that is currently associated with the specifiedFirebaseProject
is removed. - If set, and the specifiedFirebaseProject
is currently associated with a different Google Analytics property, then the response is a412 Precondition Failed
error.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Firebase.V1beta1.Model.RemoveAnalyticsRequest{ analyticsPropertyId: String.t() | nil }