class Azure::ContainerRegistry::Mgmt::V2019_05_01::Models::EventInfo

The basic information of an event.

Attributes

id[RW]

@return [String] The event ID.

Private Class Methods

mapper() click to toggle source

Mapper for EventInfo class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2019-05-01/generated/azure_mgmt_container_registry/models/event_info.rb, line 23
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'EventInfo',
    type: {
      name: 'Composite',
      class_name: 'EventInfo',
      model_properties: {
        id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'id',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end