View Source GoogleApi.Dataform.V1beta1.Model.CommitRepositoryChangesRequest (google_api_dataform v0.7.0)
CommitRepositoryChanges
request message.
Attributes
-
commitMetadata
(type:GoogleApi.Dataform.V1beta1.Model.CommitMetadata.t
, default:nil
) - Required. The changes to commit to the repository. -
fileOperations
(type:%{optional(String.t) => GoogleApi.Dataform.V1beta1.Model.FileOperation.t}
, default:nil
) - A map to the path of the file to the operation. The path is the full file path including filename, from repository root. -
requiredHeadCommitSha
(type:String.t
, default:nil
) - Optional. The commit SHA which must be the repository's current HEAD before applying this commit; otherwise this request will fail. If unset, no validation on the current HEAD commit SHA is performed.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataform.V1beta1.Model.CommitRepositoryChangesRequest{ commitMetadata: GoogleApi.Dataform.V1beta1.Model.CommitMetadata.t() | nil, fileOperations: %{ optional(String.t()) => GoogleApi.Dataform.V1beta1.Model.FileOperation.t() } | nil, requiredHeadCommitSha: String.t() | nil }