Class GoogleCloudRecommenderV1beta1ValueMatcher
Contains various matching options for values for a GCP resource field.
Implements
Inherited Members
Namespace: Google.Apis.Recommender.v1beta1.Data
Assembly: Google.Apis.Recommender.v1beta1.dll
Syntax
public class GoogleCloudRecommenderV1beta1ValueMatcher : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MatchesPattern
To be used for full regex matching. The regular expression is using the Google RE2 syntax (https://github.com/google/re2/wiki/Syntax), so to be used with RE2::FullMatch
Declaration
[JsonProperty("matchesPattern")]
public virtual string MatchesPattern { get; set; }
Property Value
Type | Description |
---|---|
string |