You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
290 B

  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. }