pub type CreateImageVariationResponse = CreateImageResponse;
Aliased Type§
pub struct CreateImageVariationResponse {
pub created: i64,
pub data: Vec<CreateImageResponseData>,
}
Fields§
§created: i64
§data: Vec<CreateImageResponseData>
pub type CreateImageVariationResponse = CreateImageResponse;
pub struct CreateImageVariationResponse {
pub created: i64,
pub data: Vec<CreateImageResponseData>,
}
created: i64
§data: Vec<CreateImageResponseData>