GoogleCloudRetailV2GetDefaultBranchResponse class
Response message of CatalogService.GetDefaultBranch.
Constructors
- GoogleCloudRetailV2GetDefaultBranchResponse({String? branch, String? note, String? setTime})
- GoogleCloudRetailV2GetDefaultBranchResponse.fromJson(Map json_)
Properties
- branch ↔ String?
-
Full resource name of the branch id currently set as default branch.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- note ↔ String?
-
This corresponds to SetDefaultBranchRequest.note field, when this branch
was set as default.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setTime ↔ String?
-
The time when this branch is set to default.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited