Class RemovePropertyImageResponse
Represents the response from removing an image from a property.
Implements
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.PropertyImage
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class RemovePropertyImageResponse : IApiResponse
Properties
View SourceErrorResponse
Gets or sets the error response (if any).
Declaration
public ErrorResponse? ErrorResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| ErrorResponse |
IsSuccess
Gets or sets the success status of the operation.
Declaration
public bool IsSuccess { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |