class Azure::EventGrid::Mgmt::V2020_10_15_preview::Models::ExtendedLocation
Definition of an Extended Location
Attributes
name[RW]
@return [String] Fully qualified name of the extended location.
type[RW]
@return [String] Type of the extended location.
Private Class Methods
mapper()
click to toggle source
Mapper for ExtendedLocation
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-10-15-preview/generated/azure_mgmt_event_grid/models/extended_location.rb, line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ExtendedLocation', type: { name: 'Composite', class_name: 'ExtendedLocation', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, serialized_name: 'type', type: { name: 'String' } } } } } end