boundaryDetails

@SerialName(value = "boundary_details")
val boundaryDetails: List<BoundaryDetail>? = null

List of objects which contain information for the boundaries for the asset.

  • Will contain instances of the subclasses of {@link BoundaryDetail}.

Return

List of objects which contain information for the {@link BoundaryDetail}s for the asset. (Nullable)