Struct fastly_api::apis::acl_entry_api::BulkUpdateAclEntriesParams
source · pub struct BulkUpdateAclEntriesParams {
pub service_id: String,
pub acl_id: String,
pub bulk_update_acl_entries_request: Option<BulkUpdateAclEntriesRequest>,
}
Expand description
struct for passing parameters to the method bulk_update_acl_entries
Fields§
§service_id: String
Alphanumeric string identifying the service.
acl_id: String
Alphanumeric string identifying a ACL.
bulk_update_acl_entries_request: Option<BulkUpdateAclEntriesRequest>
Trait Implementations§
source§impl Clone for BulkUpdateAclEntriesParams
impl Clone for BulkUpdateAclEntriesParams
source§fn clone(&self) -> BulkUpdateAclEntriesParams
fn clone(&self) -> BulkUpdateAclEntriesParams
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 BulkUpdateAclEntriesParams
impl Debug for BulkUpdateAclEntriesParams
source§impl Default for BulkUpdateAclEntriesParams
impl Default for BulkUpdateAclEntriesParams
source§fn default() -> BulkUpdateAclEntriesParams
fn default() -> BulkUpdateAclEntriesParams
Returns the “default value” for a type. Read more