pub struct ManagedZoneServiceDirectoryConfigNamespace {
pub deletion_time: Option<String>,
pub kind: Option<String>,
pub namespace_url: Option<String>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§deletion_time: Option<String>The time that the namespace backing this zone was deleted; an empty string if it still exists. This is in RFC3339 text format. Output only.
kind: Option<String>no description provided
namespace_url: Option<String>The fully qualified URL of the namespace associated with the zone. Format must be https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace}
Trait Implementations§
Source§impl Clone for ManagedZoneServiceDirectoryConfigNamespace
impl Clone for ManagedZoneServiceDirectoryConfigNamespace
Source§fn clone(&self) -> ManagedZoneServiceDirectoryConfigNamespace
fn clone(&self) -> ManagedZoneServiceDirectoryConfigNamespace
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 ManagedZoneServiceDirectoryConfigNamespace
impl Default for ManagedZoneServiceDirectoryConfigNamespace
Source§fn default() -> ManagedZoneServiceDirectoryConfigNamespace
fn default() -> ManagedZoneServiceDirectoryConfigNamespace
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ManagedZoneServiceDirectoryConfigNamespace
impl<'de> Deserialize<'de> for ManagedZoneServiceDirectoryConfigNamespace
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 Part for ManagedZoneServiceDirectoryConfigNamespace
Auto Trait Implementations§
impl Freeze for ManagedZoneServiceDirectoryConfigNamespace
impl RefUnwindSafe for ManagedZoneServiceDirectoryConfigNamespace
impl Send for ManagedZoneServiceDirectoryConfigNamespace
impl Sync for ManagedZoneServiceDirectoryConfigNamespace
impl Unpin for ManagedZoneServiceDirectoryConfigNamespace
impl UnwindSafe for ManagedZoneServiceDirectoryConfigNamespace
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