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

Copy Markdown View Source

The project team associated with the entity, if any.

Attributes

  • project_number (type: String.t()) - The project number.
  • team (type: String.t()) - The team.

Summary

Types

t()

@type t() :: %Googly.CloudStorage.Model.BucketAccessControlProjectTeam{
  project_number: String.t() | nil,
  team: String.t() | nil
}