Show / Hide Table of Contents

Class GoogleCloudRetailV2betaGetDefaultBranchResponse

Response message of CatalogService.GetDefaultBranch.

Inheritance
object
GoogleCloudRetailV2betaGetDefaultBranchResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaGetDefaultBranchResponse : IDirectResponseSchema

Properties

Branch

Full resource name of the branch id currently set as default branch.

Declaration
[JsonProperty("branch")]
public virtual string Branch { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Note

This corresponds to SetDefaultBranchRequest.note field, when this branch was set as default.

Declaration
[JsonProperty("note")]
public virtual string Note { get; set; }
Property Value
Type Description
string

SetTime

object representation of SetTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SetTimeDateTimeOffset instead.")]
public virtual object SetTime { get; set; }
Property Value
Type Description
object

SetTimeDateTimeOffset

DateTimeOffset representation of SetTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? SetTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

SetTimeRaw

The time when this branch is set to default.

Declaration
[JsonProperty("setTime")]
public virtual string SetTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX