Class: Google::Cloud::AppEngine::V1::ListDomainMappingsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::ListDomainMappingsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Response message for DomainMappings.ListDomainMappings
.
Instance Attribute Summary collapse
-
#domain_mappings ⇒ ::Array<::Google::Cloud::AppEngine::V1::DomainMapping>
The domain mappings for the application.
-
#next_page_token ⇒ ::String
Continuation token for fetching the next page of results.
Instance Attribute Details
#domain_mappings ⇒ ::Array<::Google::Cloud::AppEngine::V1::DomainMapping>
Returns The domain mappings for the application.
537 538 539 540 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 537 class ListDomainMappingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Continuation token for fetching the next page of results.
537 538 539 540 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 537 class ListDomainMappingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |