Class Metadata
Metadata for a Ruleset.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseRules.v1.Data
Assembly: Google.Apis.FirebaseRules.v1.dll
Syntax
public class Metadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Services
Services that this ruleset has declarations for (e.g., "cloud.firestore"). There may be 0+ of these.
Declaration
[JsonProperty("services")]
public virtual IList<string> Services { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |