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

Copy Markdown View Source

An access-control list.

Attributes

  • items (type: list(Googly.CloudStorage.Model.BucketAccessControl.t())) - The list of items.
  • kind (type: String.t()) - The kind of item this is. For lists of bucket access control entries, this is always storage#bucketAccessControls.

Summary

Types

t()

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