google_api_tag_manager v0.0.1 GoogleApi.TagManager.V2.Model.WorkspaceProposal View Source

A workspace proposal represents an ongoing review of workspace changes in an effort to gain approval for container version creation.

Attributes

  • authors (List[WorkspaceProposalUser]): List of authors for the workspace proposal. Defaults to: null.
  • fingerprint (String): The fingerprint of the GTM workspace proposal as computed at storage time. This value is recomputed whenever the proposal is modified. Defaults to: null.
  • history (List[WorkspaceProposalHistory]): Records the history of comments and status changes. Defaults to: null.
  • path (String): GTM workspace proposal's relative path. Defaults to: null.
  • reviewers (List[WorkspaceProposalUser]): Lists of reviewers for the workspace proposal. Defaults to: null.
  • status (String): The status of the workspace proposal as it goes through review. Defaults to: null.

    • Enum - one of [approved, cancelled, completed, requested, reviewed, statusUnspecified]