Repository URL to install this package:
Version:
2025.3.6 ▾
|
using System.Collections.Generic;
namespace Gs2Cdk.Core.Model
{
public class NotificationSettingOptions
{
public string gatewayNamespaceId;
public bool? enableTransferMobileNotification;
public string sound;
}
}