GoogleApi.Retail.V2.Model.GoogleCloudRetailV2GetDefaultBranchResponse (google_api_retail v0.2.1) View Source

Response message of CatalogService.GetDefaultBranch.

Attributes

  • branch (type: String.t, default: nil) - Full resource name of the branch id currently set as default branch.
  • note (type: String.t, default: nil) - This corresponds to SetDefaultBranchRequest.note field, when this branch was set as default.
  • setTime (type: DateTime.t, default: nil) - The time when this branch is set to default.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2GetDefaultBranchResponse{
  branch: String.t() | nil,
  note: String.t() | nil,
  setTime: DateTime.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.