# Structs
GetOpts is a structure that contains parameters for getting an account's metadata.
GetResult is returned from a call to the Get function.
UpdateOpts is a structure that contains parameters for updating, creating, or deleting an account's metadata.
UpdateResult is returned from a call to the Update function.
# Interfaces
GetOptsBuilder allows extensions to add additional headers to the Get request.
UpdateOptsBuilder allows extensions to add additional headers to the Update request.