View Source GoogleApi.SourceRepo.V1.Model.UpdateRepoRequest (google_api_source_repo v0.16.3)
Request for UpdateRepo.
Attributes
-
repo
(type:GoogleApi.SourceRepo.V1.Model.Repo.t
, default:nil
) - The new configuration for the repository. -
updateMask
(type:String.t
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SourceRepo.V1.Model.UpdateRepoRequest{ repo: GoogleApi.SourceRepo.V1.Model.Repo.t() | nil, updateMask: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.