Show / Hide Table of Contents

Class GoogleCloudApihubV1EnvironmentFilter

Filter for environments.

Inheritance
object
GoogleCloudApihubV1EnvironmentFilter
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX