Class FileContentResponse<T>
- Assembly
- AntRunnerLib.dll
File content response
public class FileContentResponse<T>
Type Parameters
T
- Inheritance
-
System.ObjectFileContentResponse<T>
- Inherited Members
-
System.Object.Equals(System.Object)System.Object.Equals(System.Object, System.Object)System.Object.GetHashCode()System.Object.GetType()System.Object.MemberwiseClone()System.Object.ReferenceEquals(System.Object, System.Object)System.Object.ToString()
Properties
Content
Content of your file
public T Content { get; set; }
Property Value
- T
Error
Error
[JsonPropertyName("error")]
public Error Error { get; set; }
Property Value
Successful
return false if there is an error
public bool Successful { get; }
Property Value
- System.Boolean