Class: Google::Analytics::Admin::V1alpha::DeletePropertyRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb

Overview

Request message for DeleteProperty RPC.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the Property to soft-delete. Format: properties/{property_id} Example: "properties/1000".

Returns:

  • (::String)

    Required. The name of the Property to soft-delete. Format: properties/{property_id} Example: "properties/1000"



325
326
327
328
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 325

class DeletePropertyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end