Class GoogleCloudRunV2SourceFile
Source file.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2SourceFile : IDirectResponseSchema
Properties
Content
Required. Input only. The source code as raw text.
Declaration
[JsonProperty("content")]
public virtual string Content { 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 |
Filename
Required. Input only. The file name for the source code. e.g., "index.js" or
"node_modules/dependency.js". The filename must be less than 255 characters and cannot contain .., ./,
//, or end with a /. Cloud Run will place the files in the container subdirectories, please use relative
path to access the file.
Declaration
[JsonProperty("filename")]
public virtual string Filename { get; set; }
Property Value
| Type | Description |
|---|---|
| string |