Class GoogleChecksRepoScanV1alphaCodeAttribution
Source code attribution.
Implements
Inherited Members
Namespace: Google.Apis.ChecksService.v1alpha.Data
Assembly: Google.Apis.ChecksService.v1alpha.dll
Syntax
public class GoogleChecksRepoScanV1alphaCodeAttribution : IDirectResponseSchema
Properties
CodeExcerpt
Optional. Code excerpt where the source was detected along with surrounding code.
Declaration
[JsonProperty("codeExcerpt")]
public virtual string CodeExcerpt { 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 |
LineNumber
Required. Line number (1-based).
Declaration
[JsonProperty("lineNumber")]
public virtual int? LineNumber { 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 |
StartLineNumber
Optional. Start line number of the code excerpt (1-based).
Declaration
[JsonProperty("startLineNumber")]
public virtual int? StartLineNumber { get; set; }
Property Value
Type | Description |
---|---|
int? |