Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for define (0.15 sec)

  1. cmd/api-response.go

    	ETag         string
    	Size         int64
    
    	// Owner of the object.
    	Owner *Owner `xml:"Owner,omitempty"`
    
    	// The class of storage used to store the object.
    	StorageClass string
    
    	// UserMetadata user-defined metadata
    	UserMetadata *Metadata `xml:"UserMetadata,omitempty"`
    	UserTags     string    `xml:"UserTags,omitempty"`
    
    	Internal *ObjectInternalInfo `xml:"Internal,omitempty"`
    }
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 33.3K bytes
    - Viewed (2)
Back to top