public sealed class RegexpPattern : IMessage<RegexpPattern>, IEquatable<RegexpPattern>, IDeepCloneable<RegexpPattern>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Security Compliance v1 API class RegexpPattern.
Regular Expression Validator for parameter values.
Implements
IMessageRegexpPattern, IEquatableRegexpPattern, IDeepCloneableRegexpPattern, IBufferMessage, IMessageNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
RegexpPattern()
public RegexpPattern()
RegexpPattern(RegexpPattern)
public RegexpPattern(RegexpPattern other)
Parameter | |
---|---|
Name | Description |
other |
RegexpPattern |
Properties
Pattern
public string Pattern { get; set; }
Required. Regex Pattern to match the value(s) of parameter.
Property Value | |
---|---|
Type | Description |
string |