silo_properties.go 397 B

12345678910111213141516171819
  1. /*
  2. * HCS API
  3. *
  4. * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
  5. *
  6. * API version: 2.1
  7. * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
  8. */
  9. package hcsschema
  10. // Silo job information
  11. type SiloProperties struct {
  12. Enabled bool `json:"Enabled,omitempty"`
  13. JobName string `json:"JobName,omitempty"`
  14. }