Class GoogleChecksRepoScanV1alphaSourceCode
Contains source code from a repo.
Implements
Inherited Members
Namespace: Google.Apis.ChecksService.v1alpha.Data
Assembly: Google.Apis.ChecksService.v1alpha.dll
Syntax
public class GoogleChecksRepoScanV1alphaSourceCode : IDirectResponseSchemaProperties
Code
Required. Source code.
Declaration
[JsonProperty("code")]
public virtual string Code { 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 | 
EndLine
Required. End line number (1-based).
Declaration
[JsonProperty("endLine")]
public virtual int? EndLine { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
Path
Required. Path of the file.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
StartLine
Required. Start line number (1-based).
Declaration
[JsonProperty("startLine")]
public virtual int? StartLine { get; set; }Property Value
| Type | Description | 
|---|---|
| int? |