github.com/spinnaker/spin@v1.30.0/gateapi/model_constraint_state.go (about)

     1  /*
     2   * Spinnaker API
     3   *
     4   * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
     5   *
     6   * API version: 1.0.0
     7   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     8   */
     9  
    10  package swagger
    11  
    12  type ConstraintState struct {
    13  	ArtifactVersion string `json:"artifactVersion,omitempty"`
    14  	Attributes *interface{} `json:"attributes,omitempty"`
    15  	Comment string `json:"comment,omitempty"`
    16  	CreatedAt string `json:"createdAt,omitempty"`
    17  	DeliveryConfigName string `json:"deliveryConfigName,omitempty"`
    18  	EnvironmentName string `json:"environmentName,omitempty"`
    19  	JudgedAt string `json:"judgedAt,omitempty"`
    20  	JudgedBy string `json:"judgedBy,omitempty"`
    21  	Status string `json:"status,omitempty"`
    22  	Type_ string `json:"type,omitempty"`
    23  }