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