Search Results for

    Show / Hide Table of Contents

    Class UpdateMask

    Inheritance
    object
    RequestParameter
    QueryParameter
    UpdateMask
    Inherited Members
    QueryParameter.ToString()
    RequestParameter.VersionToken
    RequestParameter.ApiKey
    RequestParameter.Version
    RequestParameter.BetaVersion
    RequestParameter.Type
    RequestParameter.Value
    RequestParameter.IsSensitive
    RequestParameter.Provider
    RequestParameter.IsValid()
    RequestParameter.GetValue(string)
    RequestParameter.OverrideValue(string)
    RequestParameter.GetLogValue()
    RequestParameter.Bearer(string)
    RequestParameter.Bearer(Func<string, string>)
    RequestParameter.XiApiKey(Func<string, string>)
    RequestParameter.XApiKey(Func<string, string>)
    RequestParameter.Header(string, string, bool)
    RequestParameter.Header(string, Func<string, string>, bool)
    RequestParameter.Header(string, RequestParameterProvider, bool)
    RequestParameter.Path(string, string, bool)
    RequestParameter.Path(string, Func<string, string>, bool)
    RequestParameter.Path(string, RequestParameterProvider, bool)
    RequestParameter.VersionPath(Func<string, string>)
    RequestParameter.Query(string, string, bool)
    RequestParameter.Query(string, RequestParameterProvider, bool)
    RequestParameter.Method(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.IO.Networking.RESTApi
    Assembly: Glitch9.IO.dll
    Syntax
    public class UpdateMask : QueryParameter

    Constructors

    | Edit this page View Source

    UpdateMask(string)

    Declaration
    public UpdateMask(string value)
    Parameters
    Type Name Description
    string value

    Properties

    | Edit this page View Source

    Key

    Declaration
    public override string Key { get; }
    Property Value
    Type Description
    string
    Overrides
    RequestParameter.Key

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation