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