Struct google_storage1::ObjectAccessControls
[−]
[src]
pub struct ObjectAccessControls {
pub items: Option<Vec<ObjectAccessControl>>,
pub kind: Option<String>,
}An access-control list.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- list object access controls (response)
- list default object access controls (response)
Fields
items: Option<Vec<ObjectAccessControl>>
The list of items.
kind: Option<String>
The kind of item this is. For lists of object access control entries, this is always storage#objectAccessControls.
Trait Implementations
impl Default for ObjectAccessControls[src]
fn default() -> ObjectAccessControls[src]
Returns the "default value" for a type. Read more
impl Clone for ObjectAccessControls[src]
fn clone(&self) -> ObjectAccessControls[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more