class Google::Apis::FirebaseV1beta1::RemoveAnalyticsRequest
Attributes
analytics_property_id[RW]
Optional. The ID of the Google
Analytics property associated with the specified `FirebaseProject`. - If not set, then the Google
Analytics property that is currently associated with the specified `FirebaseProject` is removed. - If set, and the specified `FirebaseProject` is currently associated with a * different* Google
Analytics property, then the response is a `412 Precondition Failed` error. Corresponds to the JSON property `analyticsPropertyId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/firebase_v1beta1/classes.rb, line 927 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/firebase_v1beta1/classes.rb, line 932 def update!(**args) @analytics_property_id = args[:analytics_property_id] if args.key?(:analytics_property_id) end