google_api_source_repo v0.2.0 GoogleApi.SourceRepo.V1.Model.UpdateRepoRequest View Source

Request for UpdateRepo.

Attributes

  • repo (Repo): The new configuration for the repository. Defaults to: null.
  • updateMask (String.t): A FieldMask specifying which fields of the repo to modify. Only the fields in the mask will be modified. If no mask is provided, this request is no-op. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.SourceRepo.V1.Model.UpdateRepoRequest{
  repo: GoogleApi.SourceRepo.V1.Model.Repo.t(),
  updateMask: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.