public sealed class Folder : IMessage<Folder>, IEquatable<Folder>, IDeepCloneable<Folder>, IBufferMessage, IMessage
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 |