View Source GoogleApi.Dataform.V1beta1.Model.CommitWorkspaceChangesRequest (google_api_dataform v0.7.0)
CommitWorkspaceChanges
request message.
Attributes
-
author
(type:GoogleApi.Dataform.V1beta1.Model.CommitAuthor.t
, default:nil
) - Required. The commit's author. -
commitMessage
(type:String.t
, default:nil
) - Optional. The commit's message. -
paths
(type:list(String.t)
, default:nil
) - Optional. Full file paths to commit including filename, rooted at workspace root. If left empty, all files will be committed.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataform.V1beta1.Model.CommitWorkspaceChangesRequest{ author: GoogleApi.Dataform.V1beta1.Model.CommitAuthor.t() | nil, commitMessage: String.t() | nil, paths: [String.t()] | nil }