Class: Google::Apis::FirebaseV1beta1::RemoveAnalyticsRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/firebase_v1beta1/classes.rb,
generated/google/apis/firebase_v1beta1/representations.rb,
generated/google/apis/firebase_v1beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RemoveAnalyticsRequest

Returns a new instance of RemoveAnalyticsRequest.



947
948
949
# File 'generated/google/apis/firebase_v1beta1/classes.rb', line 947

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#analytics_property_idString

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

Returns:

  • (String)


945
946
947
# File 'generated/google/apis/firebase_v1beta1/classes.rb', line 945

def analytics_property_id
  @analytics_property_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



952
953
954
# File 'generated/google/apis/firebase_v1beta1/classes.rb', line 952

def update!(**args)
  @analytics_property_id = args[:analytics_property_id] if args.key?(:analytics_property_id)
end