Class: Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Location

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/saasplatform/saasservicemgmt/v1beta1/deployments_resources.rb

Overview

Location information that the service is available in.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Optional. Name of location.

Returns:

  • (::String)

    Optional. Name of location.



29
30
31
32
# File 'proto_docs/google/cloud/saasplatform/saasservicemgmt/v1beta1/deployments_resources.rb', line 29

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