pub struct ListServiceAuthorizationParams {
pub page_number: Option<i32>,
pub page_size: Option<i32>,
}
Expand description
struct for passing parameters to the method list_service_authorization
Fields§
§page_number: Option<i32>
Current page.
page_size: Option<i32>
Number of records per page.
Trait Implementations§
source§impl Clone for ListServiceAuthorizationParams
impl Clone for ListServiceAuthorizationParams
source§fn clone(&self) -> ListServiceAuthorizationParams
fn clone(&self) -> ListServiceAuthorizationParams
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 Default for ListServiceAuthorizationParams
impl Default for ListServiceAuthorizationParams
source§fn default() -> ListServiceAuthorizationParams
fn default() -> ListServiceAuthorizationParams
Returns the “default value” for a type. Read more