Show / Hide Table of Contents

Class Source

Source is one or more File messages comprising a logical set of rules.

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

Properties

ETag

The ETag of the item.

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

Files

Required. File set constituting the Source bundle.

Declaration
[JsonProperty("files")]
public virtual IList<File> Files { get; set; }
Property Value
Type Description
IList<File>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX