docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SchedulerConfigPage

    SchedulerConfigPage

    Inheritance
    object
    SchedulerConfigPage
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Apis.Admin.Scheduler
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "SchedulerConfigPage")]
    [Preserve]
    public class SchedulerConfigPage

    Constructors

    SchedulerConfigPage(string, List<ScheduleConfig>)

    Initializes a new instance of the SchedulerConfigPage class.

    Declaration
    [Preserve]
    public SchedulerConfigPage(string after = null, List<ScheduleConfig> configs = null)
    Parameters
    Type Name Description
    string after

    after.

    List<ScheduleConfig> configs

    configs.

    Properties

    After

    Gets or Sets After

    Declaration
    [DataMember(Name = "after", EmitDefaultValue = false)]
    [Preserve]
    public string After { get; set; }
    Property Value
    Type Description
    string

    Configs

    Gets or Sets Configs

    Declaration
    [DataMember(Name = "configs", EmitDefaultValue = false)]
    [Preserve]
    public List<ScheduleConfig> Configs { get; set; }
    Property Value
    Type Description
    List<ScheduleConfig>
    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)