Class Ruleset
Ruleset
is an immutable copy of Source
with a globally unique identifier and a creation time.
Inheritance
System.Object
Ruleset
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.FirebaseRules.v1.Data
Assembly: Google.Apis.FirebaseRules.v1.dll
Syntax
public class Ruleset : IDirectResponseSchema
Properties
CreateTime
Output only. Time the Ruleset
was created.
Declaration
[JsonProperty("createTime")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Metadata
Output only. The metadata for this ruleset.
Declaration
[JsonProperty("metadata")]
public virtual Metadata Metadata { get; set; }
Property Value
Type | Description |
---|---|
Metadata |
Name
Output only. Name of the Ruleset
. The ruleset_id is auto generated by the service. Format:
projects/{project_id}/rulesets/{ruleset_id}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Source
Required. Source
for the Ruleset
.
Declaration
[JsonProperty("source")]
public virtual Source Source { get; set; }
Property Value
Type | Description |
---|---|
Source |
Implements
Google.Apis.Requests.IDirectResponseSchema