GoogleCloudRetailV2GetDefaultBranchResponse.fromJson constructor

GoogleCloudRetailV2GetDefaultBranchResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRetailV2GetDefaultBranchResponse.fromJson(core.Map json_)
  : this(
      branch: json_['branch'] as core.String?,
      note: json_['note'] as core.String?,
      setTime: json_['setTime'] as core.String?,
    );