Class GoogleCloudRunV2UploadSourceRequest
The request message for the UploadSource method.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2UploadSourceRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Service
The name of Cloud Run Service upload source archive will be used for.
Declaration
[JsonProperty("service")]
public virtual string Service { get; set; }
Property Value
| Type | Description |
|---|---|
| string |