GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature (google_api_remote_build_execution v0.17.0) View Source

Defines whether a feature can be used or what values are accepted.

Attributes

  • allowedValues (type: list(String.t), default: nil) - A list of acceptable values. Only effective when the policy is RESTRICTED.
  • policy (type: String.t, default: nil) - The policy of the feature.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature{
    allowedValues: [String.t()],
    policy: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.