#[non_exhaustive]pub struct BackupPlanTemplatesListMember { /* private fields */ }
Expand description
An object specifying metadata associated with a backup plan template.
Implementations§
source§impl BackupPlanTemplatesListMember
impl BackupPlanTemplatesListMember
sourcepub fn backup_plan_template_id(&self) -> Option<&str>
pub fn backup_plan_template_id(&self) -> Option<&str>
Uniquely identifies a stored backup plan template.
sourcepub fn backup_plan_template_name(&self) -> Option<&str>
pub fn backup_plan_template_name(&self) -> Option<&str>
The optional display name of a backup plan template.
source§impl BackupPlanTemplatesListMember
impl BackupPlanTemplatesListMember
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BackupPlanTemplatesListMember
.
Trait Implementations§
source§impl Clone for BackupPlanTemplatesListMember
impl Clone for BackupPlanTemplatesListMember
source§fn clone(&self) -> BackupPlanTemplatesListMember
fn clone(&self) -> BackupPlanTemplatesListMember
Returns a copy 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 more