Struct fastly_api::apis::iam_roles_api::DeleteARoleParams
source · pub struct DeleteARoleParams {
pub role_id: String,
}Expand description
struct for passing parameters to the method delete_a_role
Fields§
§role_id: StringAlphanumeric string identifying the role.
Trait Implementations§
source§impl Clone for DeleteARoleParams
impl Clone for DeleteARoleParams
source§fn clone(&self) -> DeleteARoleParams
fn clone(&self) -> DeleteARoleParams
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 moresource§impl Debug for DeleteARoleParams
impl Debug for DeleteARoleParams
source§impl Default for DeleteARoleParams
impl Default for DeleteARoleParams
source§fn default() -> DeleteARoleParams
fn default() -> DeleteARoleParams
Returns the “default value” for a type. Read more