Add new models for Exports and fix CallResult (#75) #288
Annotations
10 warnings
|
build:
src/freeclimb/Model/SendDigits.cs#L168
'SendDigits.BaseValidate(ValidationContext)' hides inherited member 'PerclCommand.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
|
|
build:
src/freeclimb/Model/AddToQueueNotificationWebhook.cs#L247
'AddToQueueNotificationWebhook.BaseValidate(ValidationContext)' hides inherited member 'Webhook.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
|
|
build:
src/freeclimb/Model/MessageStatusWebhook.cs#L274
'MessageStatusWebhook.BaseValidate(ValidationContext)' hides inherited member 'Webhook.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
|
|
build:
src/freeclimb/Model/Say.cs#L181
'Say.BaseValidate(ValidationContext)' hides inherited member 'PerclCommand.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
|
|
build:
src/freeclimb/Model/CreateConferenceWebhook.cs#L298
'CreateConferenceWebhook.BaseValidate(ValidationContext)' hides inherited member 'Webhook.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
|
|
build:
src/freeclimb/Model/AddToConferenceNotificationWebhook.cs#L298
'AddToConferenceNotificationWebhook.BaseValidate(ValidationContext)' hides inherited member 'Webhook.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
|
|
build:
src/freeclimb/Model/RemoveFromQueueNotificationWebhook.cs#L272
'RemoveFromQueueNotificationWebhook.BaseValidate(ValidationContext)' hides inherited member 'Webhook.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
|
|
build:
src/freeclimb/Model/RemoveFromConference.cs#L113
'RemoveFromConference.BaseValidate(ValidationContext)' hides inherited member 'PerclCommand.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
|
|
build:
src/freeclimb/Model/AddToConference.cs#L259
'AddToConference.BaseValidate(ValidationContext)' hides inherited member 'PerclCommand.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
|
|
build:
src/freeclimb/Model/Reject.cs#L126
'Reject.BaseValidate(ValidationContext)' hides inherited member 'PerclCommand.BaseValidate(ValidationContext)'. Use the new keyword if hiding was intended.
|