Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2File

Inheritance
object
GoogleCloudSecuritycenterV2File
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.SecurityCommandCenter.v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2File : IDirectResponseSchema

Properties

Contents

Declaration
[JsonProperty("contents")]
public virtual string Contents { get; set; }
Property Value
Type Description
string

DiskPath

Declaration
[JsonProperty("diskPath")]
public virtual GoogleCloudSecuritycenterV2DiskPath DiskPath { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2DiskPath

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FileLoadState

Declaration
[JsonProperty("fileLoadState")]
public virtual string FileLoadState { get; set; }
Property Value
Type Description
string

HashedSize

Declaration
[JsonProperty("hashedSize")]
public virtual long? HashedSize { get; set; }
Property Value
Type Description
long?

Operations

Declaration
[JsonProperty("operations")]
public virtual IList<GoogleCloudSecuritycenterV2FileOperation> Operations { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2FileOperation>

PartiallyHashed

Declaration
[JsonProperty("partiallyHashed")]
public virtual bool? PartiallyHashed { get; set; }
Property Value
Type Description
bool?

Path

Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type Description
string

Sha256

Declaration
[JsonProperty("sha256")]
public virtual string Sha256 { get; set; }
Property Value
Type Description
string

Size

Declaration
[JsonProperty("size")]
public virtual long? Size { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX