aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3api_xsd_generated_helper.go
blob: 24cdd2289cdc4f69dbc2fd5762a370aa82caaee4 (plain)
1
2
3
4
5
6
7
8
9
10
package s3api

type Grantee struct {
	XMLNS       string `xml:"xmlns:xsi,attr"`
	XMLXSI      string `xml:"xsi:type,attr"`
	Type        string `xml:"Type"`
	ID          string `xml:"ID,omitempty"`
	DisplayName string `xml:"DisplayName,omitempty"`
	URI         string `xml:"URI,omitempty"`
}