Class: Google::Cloud::Dialogflow::V2::DeleteSipTrunkRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/sip_trunk.rb

Overview

The request message for SipTrunks.DeleteSipTrunk.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the SIP trunk to delete. Format: projects/<Project ID>/locations/<Location ID>/sipTrunks/<SipTrunk ID>.

Returns:

  • (::String)

    Required. The name of the SIP trunk to delete. Format: projects/<Project ID>/locations/<Location ID>/sipTrunks/<SipTrunk ID>.



45
46
47
48
# File 'proto_docs/google/cloud/dialogflow/v2/sip_trunk.rb', line 45

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