Table of Contents

Class PushNotificationApnsConfiguration

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll
public class PushNotificationApnsConfiguration
Inheritance
PushNotificationApnsConfiguration
Inherited Members

Properties

BundleId

[JsonProperty("bundle_id")]
public string BundleId { get; set; }

Property Value

string

Enabled

[JsonProperty("enabled")]
public bool? Enabled { get; set; }

Property Value

bool?

Sandbox

[JsonProperty("sandbox")]
public bool? Sandbox { get; set; }

Property Value

bool?