View Source GoogleApi.Jobs.V2.Model.Filter (google_api_jobs v0.20.0)

Deprecated. Use BatchDeleteJobsRequest instead.

Input only.

Filter for jobs to be deleted.

Attributes

  • requisitionId (type: String.t, default: nil) - Required. The requisition ID (or posting ID) assigned by the client to identify a job. This is intended for client identification and tracking of listings. name takes precedence over this field The maximum number of allowed characters is 225.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Jobs.V2.Model.Filter{requisitionId: String.t()}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.