docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LogSearchParams

    Inheritance
    object
    LogSearchParams
    Implements
    IEquatable<LogSearchParams>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Multiplay.Authoring.Core.MultiplayApi
    Assembly: Unity.Services.Multiplayer.Multiplay.Authoring.Core.dll
    Syntax
    public record LogSearchParams : IEquatable<LogSearchParams>

    Constructors

    LogSearchParams(Guid, long, string, int, DateTime, DateTime, string)

    Declaration
    public LogSearchParams(Guid FleetId, long ServerId, string Query, int Size, DateTime From, DateTime To, string PaginationToken = null)
    Parameters
    Type Name Description
    Guid FleetId
    long ServerId
    string Query
    int Size
    DateTime From
    DateTime To
    string PaginationToken

    Properties

    FleetId

    Declaration
    public Guid FleetId { get; init; }
    Property Value
    Type Description
    Guid

    From

    Declaration
    public DateTime From { get; init; }
    Property Value
    Type Description
    DateTime

    PaginationToken

    Declaration
    public string PaginationToken { get; init; }
    Property Value
    Type Description
    string

    Query

    Declaration
    public string Query { get; init; }
    Property Value
    Type Description
    string

    ServerId

    Declaration
    public long ServerId { get; init; }
    Property Value
    Type Description
    long

    Size

    Declaration
    public int Size { get; init; }
    Property Value
    Type Description
    int

    To

    Declaration
    public DateTime To { get; init; }
    Property Value
    Type Description
    DateTime

    Implements

    IEquatable<T>
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)