CreateImageResponse

public struct CreateImageResponse : Codable

Create image response

  • Image identifier

    Declaration

    Swift

    public let imageID: String
  • url

    URL to resource

    Declaration

    Swift

    public let url: String
  • Absolute URL of the created object.

    Declaration

    Swift

    public let externalUrl: String
  • Initialize object

    Declaration

    Swift

    public init(imageID: String, url: String, externalUrl: String)

    Parameters

    imageID

    image identifier

    url

    URL to resource

    externalUrl

    absolute URL of the created object