class Azure::EventGrid::Mgmt::V2020_10_15_preview::Models::EventChannelSource
Properties of the source of an event channel.
Attributes
source[RW]
@return [String] The identifier of the resource that's the source of the events. This represents a unique resource in the partner's resource model.
Private Class Methods
mapper()
click to toggle source
Mapper for EventChannelSource
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-10-15-preview/generated/azure_mgmt_event_grid/models/event_channel_source.rb, line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'EventChannelSource', type: { name: 'Composite', class_name: 'EventChannelSource', model_properties: { source: { client_side_validation: true, required: false, serialized_name: 'source', type: { name: 'String' } } } } } end