class Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId

Model object.

Attributes

job_id[RW]

@return [String] Id of the created job.

Private Class Methods

mapper() click to toggle source

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

# File lib/1.0/generated/azure_cognitiveservices_contentmoderator/models/job_id.rb, line 24
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'JobId',
    type: {
      name: 'Composite',
      class_name: 'JobId',
      model_properties: {
        job_id: {
          client_side_validation: true,
          required: false,
          serialized_name: 'JobId',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end