pub struct CreateImageResponseRequired {
pub etag: String,
pub opc_request_id: String,
pub opc_work_request_id: String,
pub image: Image,
}Expand description
Required fields for CreateImageResponse
Fields§
§etag: StringFor optimistic concurrency control. See {@code if-match}.
opc_request_id: StringUnique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
opc_work_request_id: StringThe OCID of the work request. Use GetWorkRequest with this ID to track the status of the request.
image: ImageThe returned model.Image instance.
Auto Trait Implementations§
impl Freeze for CreateImageResponseRequired
impl RefUnwindSafe for CreateImageResponseRequired
impl Send for CreateImageResponseRequired
impl Sync for CreateImageResponseRequired
impl Unpin for CreateImageResponseRequired
impl UnsafeUnpin for CreateImageResponseRequired
impl UnwindSafe for CreateImageResponseRequired
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more