pub struct ProjectMetadataResult {
pub metadata: Output<HashMap<String, String>>,
pub project: Output<String>,
}
Fields§
§metadata: Output<HashMap<String, String>>
A series of key value pairs.
project: Output<String>
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Auto Trait Implementations§
impl Freeze for ProjectMetadataResult
impl RefUnwindSafe for ProjectMetadataResult
impl Send for ProjectMetadataResult
impl Sync for ProjectMetadataResult
impl Unpin for ProjectMetadataResult
impl UnwindSafe for ProjectMetadataResult
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