pub struct GoogleCloudDataplexV1DataProductPrincipal {
pub google_group: Option<String>,
}Expand description
Represents the principal entity associated with an access group, as per https://cloud.google.com/iam/docs/principals-overview.
This type is not used in any activity, and only used as part of another schema.
Fields§
§google_group: Option<String>Email of the Google Group, as per https://cloud.google.com/iam/docs/principals-overview#google-group.
Trait Implementations§
Source§impl Clone for GoogleCloudDataplexV1DataProductPrincipal
impl Clone for GoogleCloudDataplexV1DataProductPrincipal
Source§fn clone(&self) -> GoogleCloudDataplexV1DataProductPrincipal
fn clone(&self) -> GoogleCloudDataplexV1DataProductPrincipal
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GoogleCloudDataplexV1DataProductPrincipal
impl Default for GoogleCloudDataplexV1DataProductPrincipal
Source§fn default() -> GoogleCloudDataplexV1DataProductPrincipal
fn default() -> GoogleCloudDataplexV1DataProductPrincipal
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudDataplexV1DataProductPrincipal
impl<'de> Deserialize<'de> for GoogleCloudDataplexV1DataProductPrincipal
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 GoogleCloudDataplexV1DataProductPrincipal
Auto Trait Implementations§
impl Freeze for GoogleCloudDataplexV1DataProductPrincipal
impl RefUnwindSafe for GoogleCloudDataplexV1DataProductPrincipal
impl Send for GoogleCloudDataplexV1DataProductPrincipal
impl Sync for GoogleCloudDataplexV1DataProductPrincipal
impl Unpin for GoogleCloudDataplexV1DataProductPrincipal
impl UnsafeUnpin for GoogleCloudDataplexV1DataProductPrincipal
impl UnwindSafe for GoogleCloudDataplexV1DataProductPrincipal
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