Interface protos.google.privacy.dlp.v2.IContainer (3.1.8)

Properties of a Container.

Package

@google-cloud/dlp!

Properties

fullPath

fullPath?: (string|null);

Container fullPath

Property Value
TypeDescription
(string|null)

projectId

projectId?: (string|null);

Container projectId

Property Value
TypeDescription
(string|null)

relativePath

relativePath?: (string|null);

Container relativePath

Property Value
TypeDescription
(string|null)

rootPath

rootPath?: (string|null);

Container rootPath

Property Value
TypeDescription
(string|null)

type

type?: (string|null);

Container type

Property Value
TypeDescription
(string|null)

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

Container updateTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

version

version?: (string|null);

Container version

Property Value
TypeDescription
(string|null)