class Azure::ServiceFabric::V7_0_0_42::Models::EndpointRef
Describes a reference to a service endpoint.
Attributes
name[RW]
@return [String] Name of the endpoint.
Private Class Methods
mapper()
click to toggle source
Mapper for EndpointRef
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/7.0.0.42/generated/azure_service_fabric/models/endpoint_ref.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'EndpointRef', type: { name: 'Composite', class_name: 'EndpointRef', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } } } } } end