public sealed class Folder : IMessage<Folder>, IEquatable<Folder>, IDeepCloneable<Folder>, IBufferMessage, IMessageReference 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.
Namespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
Folder()
public Folder()Folder(Folder)
public Folder(Folder other)| Parameter | |
|---|---|
| Name | Description |
other |
Folder |
Properties
ResourceFolder
public string ResourceFolder { get; set; }Full resource name of this folder. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
| Property Value | |
|---|---|
| Type | Description |
string |
|
ResourceFolderDisplayName
public string ResourceFolderDisplayName { get; set; }The user defined display name for this folder.
| Property Value | |
|---|---|
| Type | Description |
string |
|