class Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfo

A snapshot of a web app configuration.

Attributes

site_configuration_snapshot_info_id[RW]

@return [Integer] The id of the snapshot

time[RW]

@return [DateTime] The time the snapshot was taken.

Private Class Methods

mapper() click to toggle source

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

# File lib/2016-08-01/generated/azure_mgmt_web/models/site_configuration_snapshot_info.rb, line 26
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'SiteConfigurationSnapshotInfo',
    type: {
      name: 'Composite',
      class_name: 'SiteConfigurationSnapshotInfo',
      model_properties: {
        id: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'id',
          type: {
            name: 'String'
          }
        },
        name: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'name',
          type: {
            name: 'String'
          }
        },
        kind: {
          client_side_validation: true,
          required: false,
          serialized_name: 'kind',
          type: {
            name: 'String'
          }
        },
        type: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'type',
          type: {
            name: 'String'
          }
        },
        time: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.time',
          type: {
            name: 'DateTime'
          }
        },
        site_configuration_snapshot_info_id: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.id',
          type: {
            name: 'Number'
          }
        }
      }
    }
  }
end