Struct UpdateMask
- Namespace
- Glitch9.IO.Networking.RESTApi
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
public struct UpdateMask
- Inherited Members
- Extension Methods
Constructors
UpdateMask(string, string)
public UpdateMask(string key, string value)
Parameters
Fields
key
public string key
Field Value
value
public string value
Field Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override readonly string ToString()
Returns
- string
The fully qualified type name.