Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
io.gs2.csharp.cdk / Core / Model / ScriptSettingOptions.cs
Size: Mime:
using System.Collections.Generic;

using Gs2Cdk.Core.Model.Enums;

namespace Gs2Cdk.Core.Model
{
    public class ScriptSettingOptions
    {
        public string triggerScriptId;
        public ScriptSettingDoneTriggerTargetType? doneTriggerTargetType;
        public string doneTriggerScriptId;
        public string doneTriggerQueueNamespaceId;
    }
}