Table of Contents

Class OrganizationsSaseConnectivityEnrollableNetworkBulkDetachCallback

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Information for callback used to send back results

[DataContract]
public class OrganizationsSaseConnectivityEnrollableNetworkBulkDetachCallback
Inheritance
OrganizationsSaseConnectivityEnrollableNetworkBulkDetachCallback
Inherited Members

Constructors

OrganizationsSaseConnectivityEnrollableNetworkBulkDetachCallback()

public OrganizationsSaseConnectivityEnrollableNetworkBulkDetachCallback()

Properties

Id

The ID of the callback.To check the status of the callback, use this ID in a request to /webhooks/callbacks/statuses/{id}

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string? Id { get; set; }

Property Value

string

Status

The status of the callback

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string? Status { get; set; }

Property Value

string

Url

The callback URL for the webhook target. This was either provided in the original request or comes from a configured webhook receiver

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string? Url { get; set; }

Property Value

string