Class: Google::Cloud::AppEngine::V1::DeleteDomainMappingRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::DeleteDomainMappingRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Request message for DomainMappings.DeleteDomainMapping
.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the resource to delete.
Instance Attribute Details
#name ⇒ ::String
Returns Name of the resource to delete. Example:
apps/myapp/domainMappings/example.com
.
590 591 592 593 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 590 class DeleteDomainMappingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |