Class: Google::Cloud::ManagedIdentities::V1::DeleteDomainRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb

Overview

Request message for [DeleteDomain][google.cloud.managedidentities.v1.DeleteDomain]

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The domain resource name using the form: projects/{project_id}/locations/global/domains/{domain_name}.

Returns:

  • (::String)

    Required. The domain resource name using the form: projects/{project_id}/locations/global/domains/{domain_name}



185
186
187
188
# File 'proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb', line 185

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