Class GoogleCloudApihubV1EnvironmentFilter
Filter for environments.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1EnvironmentFilter : IDirectResponseSchema
Properties
AllEnvironments
Optional. Indicates if this filter should match all environments or only a subset of environments. If set to true, all environments are matched.
Declaration
[JsonProperty("allEnvironments")]
public virtual bool? AllEnvironments { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Environments
Optional. If provided, only environments in this list are matched. This field is ignored if
all_environments is true.
Declaration
[JsonProperty("environments")]
public virtual IList<string> Environments { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |