Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ProtectionLevel

Protection level to be added on the branch. READ_ONLY: Makes the branch read-only. All changes to the branch will be rejected. PULL_REQUEST_MERGE_ONLY: Changes to a branch are only accepted via a pull request.

Enumeration members

PullRequestMergeOnly

PullRequestMergeOnly: = "PULL_REQUEST_MERGE_ONLY"

ReadOnly

ReadOnly: = "READ_ONLY"

UnknownValue

UnknownValue: = "UNKNOWN_VALUE"

This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.

Functions

getDeserializedJsonObj

getJsonObj