GoogleApi.SourceRepo.V1.Model.UpdateProjectConfigRequest (google_api_source_repo v0.16.0) View Source

Request for UpdateProjectConfig.

Attributes

  • projectConfig (type: GoogleApi.SourceRepo.V1.Model.ProjectConfig.t, default: nil) - The new configuration for the project.
  • updateMask (type: String.t, default: nil) - A FieldMask specifying which fields of the project_config to modify. Only the fields in the mask will be modified. If no mask is provided, this request is no-op.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SourceRepo.V1.Model.UpdateProjectConfigRequest{
  projectConfig: GoogleApi.SourceRepo.V1.Model.ProjectConfig.t() | nil,
  updateMask: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.