type: object
nullable: true
description: ''
properties:
  campaign_id:
    $ref: '../properties/campaign_id.yaml'
  campaign_name:
    $ref: '../properties/campaign_name.yaml'
  budget:
    $ref: '../properties/money.yaml'
  end_date:
    $ref: '../properties/date.yaml'
  is_assigned:
    $ref: '../properties/is_assigned_nullable.yaml'
  is_pending:
    $ref: '../properties/is_pending_nullable.yaml'
  spend:
    $ref: '../properties/spend.yaml'
  start_date:
    $ref: '../properties/date.yaml'