Table of Contents

Class PushNotificationApnsConfigurationUpdateResponse

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

Properties

BundleId

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

Property Value

string

Sandbox

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

Property Value

bool?