Class GoogleDevtoolsCloudbuildV1GitConfig
GitConfig is a configuration for git operations.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class GoogleDevtoolsCloudbuildV1GitConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Http
Configuration for HTTP related git operations.
Declaration
[JsonProperty("http")]
public virtual GoogleDevtoolsCloudbuildV1HttpConfig Http { get; set; }
Property Value
Type | Description |
---|---|
GoogleDevtoolsCloudbuildV1HttpConfig |