Class FileDiff
Metadata of a FileDiff. FileDiff represents a single file diff in a pull request.
Implements
Inherited Members
Namespace: Google.Apis.SecureSourceManager.v1.Data
Assembly: Google.Apis.SecureSourceManager.v1.dll
Syntax
public class FileDiff : IDirectResponseSchema
Properties
Action
Output only. The action taken on the file (eg. added, modified, deleted).
Declaration
[JsonProperty("action")]
public virtual string Action { 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 |
Name
Output only. The name of the file.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Patch
Output only. The git patch containing the file changes.
Declaration
[JsonProperty("patch")]
public virtual string Patch { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Sha
Output only. The commit pointing to the file changes.
Declaration
[JsonProperty("sha")]
public virtual string Sha { get; set; }
Property Value
| Type | Description |
|---|---|
| string |