pub struct GoogleCloudDocumentaiV1NextSchema {
pub create_time: Option<DateTime<Utc>>,
pub display_name: Option<String>,
pub labels: Option<HashMap<String, String>>,
pub name: Option<String>,
pub update_time: Option<DateTime<Utc>>,
}Expand description
NextSchema is a collection of SchemaVersions.
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- locations schemas create projects (request|response)
- locations schemas get projects (response)
- locations schemas patch projects (request|response)
Fields§
§create_time: Option<DateTime<Utc>>Output only. The time when the Schema was created.
display_name: Option<String>Required. The user-defined name of the Schema.
labels: Option<HashMap<String, String>>Optional. The GCP labels for the Schema.
name: Option<String>Identifier. The resource name of the Schema. Format: projects/{project}/locations/{location}/schemas/{schema}
update_time: Option<DateTime<Utc>>Output only. The time when the Schema was last updated.
Trait Implementations§
Source§impl Clone for GoogleCloudDocumentaiV1NextSchema
impl Clone for GoogleCloudDocumentaiV1NextSchema
Source§fn clone(&self) -> GoogleCloudDocumentaiV1NextSchema
fn clone(&self) -> GoogleCloudDocumentaiV1NextSchema
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleCloudDocumentaiV1NextSchema
impl Default for GoogleCloudDocumentaiV1NextSchema
Source§fn default() -> GoogleCloudDocumentaiV1NextSchema
fn default() -> GoogleCloudDocumentaiV1NextSchema
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudDocumentaiV1NextSchema
impl<'de> Deserialize<'de> for GoogleCloudDocumentaiV1NextSchema
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl RequestValue for GoogleCloudDocumentaiV1NextSchema
impl ResponseResult for GoogleCloudDocumentaiV1NextSchema
Auto Trait Implementations§
impl Freeze for GoogleCloudDocumentaiV1NextSchema
impl RefUnwindSafe for GoogleCloudDocumentaiV1NextSchema
impl Send for GoogleCloudDocumentaiV1NextSchema
impl Sync for GoogleCloudDocumentaiV1NextSchema
impl Unpin for GoogleCloudDocumentaiV1NextSchema
impl UnwindSafe for GoogleCloudDocumentaiV1NextSchema
Blanket Implementations§
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