s3api_xsd_generated_helper.go 290 B

12345678910
  1. package s3api
  2. type Grantee struct {
  3. XMLNS string `xml:"xmlns:xsi,attr"`
  4. XMLXSI string `xml:"xsi:type,attr"`
  5. Type string `xml:"Type"`
  6. ID string `xml:"ID,omitempty"`
  7. DisplayName string `xml:"DisplayName,omitempty"`
  8. URI string `xml:"URI,omitempty"`
  9. }