View Source GoogleApi.Dataform.V1beta1.Model.FetchRemoteBranchesResponse (google_api_dataform v0.7.0)
FetchRemoteBranches
response message.
Attributes
-
branches
(type:list(String.t)
, default:nil
) - The remote repository's branch names.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataform.V1beta1.Model.FetchRemoteBranchesResponse{ branches: [String.t()] | nil }