Googly.CloudStorage.Model.HmacKeysMetadata (googly_cloud_storage v0.1.0)

Copy Markdown View Source

A list of hmacKeys.

Attributes

  • items (type: list(Googly.CloudStorage.Model.HmacKeyMetadata.t())) - The list of items.
  • kind (type: String.t()) - The kind of item this is. For lists of hmacKeys, this is always storage#hmacKeysMetadata.
  • next_page_token (type: String.t()) - The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.

Summary

Types

t()

@type t() :: %Googly.CloudStorage.Model.HmacKeysMetadata{
  items: [Googly.CloudStorage.Model.HmacKeyMetadata.t()] | nil,
  kind: String.t() | nil,
  next_page_token: String.t() | nil
}