attachment.go 805 B

1234567891011121314151617181920212223242526272829303132
  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. type Attachment struct {
  11. Type_ string `json:"Type,omitempty"`
  12. Path string `json:"Path,omitempty"`
  13. IgnoreFlushes bool `json:"IgnoreFlushes,omitempty"`
  14. CachingMode string `json:"CachingMode,omitempty"`
  15. NoWriteHardening bool `json:"NoWriteHardening,omitempty"`
  16. DisableExpansionOptimization bool `json:"DisableExpansionOptimization,omitempty"`
  17. IgnoreRelativeLocator bool `json:"IgnoreRelativeLocator,omitempty"`
  18. CaptureIoAttributionContext bool `json:"CaptureIoAttributionContext,omitempty"`
  19. ReadOnly bool `json:"ReadOnly,omitempty"`
  20. }