Table of Contents

Struct UpdateMask

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

key string
value string

Fields

key

public string key

Field Value

string

value

public string value

Field Value

string

Methods

ToString()

Returns the fully qualified type name of this instance.

public override readonly string ToString()

Returns

string

The fully qualified type name.