Show / Hide Table of Contents

Class ServicePattern

Service patterns used to allow access.

Inheritance
object
ServicePattern
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.AccessContextManager.v1.Data
Assembly: Google.Apis.AccessContextManager.v1.dll
Syntax
public class ServicePattern : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Modifiers

Modifiers to apply to the requests that match the URL pattern.

Declaration
[JsonProperty("modifiers")]
public virtual IList<Modifier> Modifiers { get; set; }
Property Value
Type Description
IList<Modifier>

Pattern

URL pattern to allow. Only patterns of ".googleapis.com/", "www.googleapis.com//" and ".appspot.com/ forms are supported, where should be alphanumerical name.

Declaration
[JsonProperty("pattern")]
public virtual string Pattern { get; set; }
Property Value
Type Description
string

Service

Supported service to allow.

Declaration
[JsonProperty("service")]
public virtual string Service { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX