pub struct ListLogCloudfilesParams {
pub service_id: String,
pub version_id: i32,
}Expand description
struct for passing parameters to the method list_log_cloudfiles
Fields§
§service_id: StringAlphanumeric string identifying the service.
version_id: i32Integer identifying a service version.
Trait Implementations§
source§impl Clone for ListLogCloudfilesParams
impl Clone for ListLogCloudfilesParams
source§fn clone(&self) -> ListLogCloudfilesParams
fn clone(&self) -> ListLogCloudfilesParams
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 ListLogCloudfilesParams
impl Debug for ListLogCloudfilesParams
source§impl Default for ListLogCloudfilesParams
impl Default for ListLogCloudfilesParams
source§fn default() -> ListLogCloudfilesParams
fn default() -> ListLogCloudfilesParams
Returns the “default value” for a type. Read more