Google Cloud Security Command Center v1 API - Class Folder (3.20.0)

public sealed class Folder : IMessage<Folder>, IEquatable<Folder>, IDeepCloneable<Folder>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Folder.

Message that contains the resource name and display name of a folder resource.

Inheritance

object > Folder

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

Folder()

public Folder()

Folder(Folder)

public Folder(Folder other)
Parameter
NameDescription
otherFolder

Properties

ResourceFolder

public string ResourceFolder { get; set; }
Property Value
TypeDescription
string

ResourceFolderDisplayName

public string ResourceFolderDisplayName { get; set; }

The user defined display name for this folder.

Property Value
TypeDescription
string