Class Path
A file path pattern to match against.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppHosting.v1.Data
Assembly: Google.Apis.FirebaseAppHosting.v1.dll
Syntax
public class Path : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Pattern
Optional. The pattern to match against.
Declaration
[JsonProperty("pattern")]
public virtual string Pattern { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Optional. The type of pattern to match against.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |