@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
45 lines • 2.06 kB
TypeScript
/**
* API v4
* Swagger documentation for API v4
*
* The version of the OpenAPI document: 4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
*
* @export
* @interface V4AirtableCommentSubscriptionsDeleteSubscriptionResponseDto
*/
export interface V4AirtableCommentSubscriptionsDeleteSubscriptionResponseDto {
/**
* The Airtable table ID
* @type {string}
* @memberof V4AirtableCommentSubscriptionsDeleteSubscriptionResponseDto
*/
tableId: string;
/**
* The Airtable record ID
* @type {string}
* @memberof V4AirtableCommentSubscriptionsDeleteSubscriptionResponseDto
*/
recordId: string;
/**
* Success message
* @type {string}
* @memberof V4AirtableCommentSubscriptionsDeleteSubscriptionResponseDto
*/
message: string;
}
/**
* Check if a given object implements the V4AirtableCommentSubscriptionsDeleteSubscriptionResponseDto interface.
*/
export declare function instanceOfV4AirtableCommentSubscriptionsDeleteSubscriptionResponseDto(value: object): value is V4AirtableCommentSubscriptionsDeleteSubscriptionResponseDto;
export declare function V4AirtableCommentSubscriptionsDeleteSubscriptionResponseDtoFromJSON(json: any): V4AirtableCommentSubscriptionsDeleteSubscriptionResponseDto;
export declare function V4AirtableCommentSubscriptionsDeleteSubscriptionResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4AirtableCommentSubscriptionsDeleteSubscriptionResponseDto;
export declare function V4AirtableCommentSubscriptionsDeleteSubscriptionResponseDtoToJSON(json: any): V4AirtableCommentSubscriptionsDeleteSubscriptionResponseDto;
export declare function V4AirtableCommentSubscriptionsDeleteSubscriptionResponseDtoToJSONTyped(value?: V4AirtableCommentSubscriptionsDeleteSubscriptionResponseDto | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=V4AirtableCommentSubscriptionsDeleteSubscriptionResponseDto.d.ts.map