Show / Hide Table of Contents

Class FileDiff

Metadata of a FileDiff. FileDiff represents a single file diff in a pull request.

Inheritance
object
FileDiff
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX