docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TriggerConfig

    TriggerConfig

    Inheritance
    object
    TriggerConfig
    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.Triggers
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "TriggerConfig")]
    [Preserve]
    public class TriggerConfig

    Constructors

    TriggerConfig(string, DateTime, DateTime, string, string, string, string, TriggerActionType?, string)

    Initializes a new instance of the TriggerConfig class.

    Declaration
    [Preserve]
    public TriggerConfig(string id = null, DateTime createdAt = default, DateTime updatedAt = default, string name = null, string projectId = null, string environmentId = null, string eventType = null, TriggerActionType? actionType = null, string actionUrn = null)
    Parameters
    Type Name Description
    string id

    id.

    DateTime createdAt

    createdAt.

    DateTime updatedAt

    updatedAt.

    string name

    Display name for the trigger configuration.

    string projectId

    projectId.

    string environmentId

    environmentId.

    string eventType

    Type of the event that should trigger the configured action.

    TriggerActionType? actionType

    actionType.

    string actionUrn

    A URN description the action that should be taken on event occurrences.

    Properties

    ActionType

    Gets or Sets ActionType

    Declaration
    [DataMember(Name = "actionType", EmitDefaultValue = false)]
    [Preserve]
    public TriggerActionType? ActionType { get; set; }
    Property Value
    Type Description
    TriggerActionType?

    ActionUrn

    A URN description the action that should be taken on event occurrences

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

    A URN description the action that should be taken on event occurrences

    CreatedAt

    Gets or Sets CreatedAt

    Declaration
    [DataMember(Name = "createdAt", EmitDefaultValue = false)]
    [Preserve]
    public DateTime CreatedAt { get; set; }
    Property Value
    Type Description
    DateTime

    EnvironmentId

    Gets or Sets EnvironmentId

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

    EventType

    Type of the event that should trigger the configured action

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

    Type of the event that should trigger the configured action

    Id

    Gets or Sets Id

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

    Name

    Display name for the trigger configuration

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

    Display name for the trigger configuration

    ProjectId

    Gets or Sets ProjectId

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

    UpdatedAt

    Gets or Sets UpdatedAt

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