class Azure::ResourceHealth::Mgmt::V2018_07_01::Models::Update

Update for service health event.

Attributes

summary[RW]

@return [String] Summary text for the given update for the service health event.

update_date_time[RW]

@return [DateTime] It provides the Timestamp for the given update for the service health event.

Public Class Methods

mapper() click to toggle source

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

# File lib/2018-07-01/generated/azure_mgmt_resource_health/models/update.rb, line 28
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'update',
    type: {
      name: 'Composite',
      class_name: 'Update',
      model_properties: {
        summary: {
          client_side_validation: true,
          required: false,
          serialized_name: 'summary',
          type: {
            name: 'String'
          }
        },
        update_date_time: {
          client_side_validation: true,
          required: false,
          serialized_name: 'updateDateTime',
          type: {
            name: 'DateTime'
          }
        }
      }
    }
  }
end