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