Cloud Security Compliance v1 API - Class RegexpPattern (1.0.0-beta01)

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.

Inheritance

object > RegexpPattern

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

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