Struct google_accesscontextmanager1_beta::ListServicePerimetersResponse [−][src]
pub struct ListServicePerimetersResponse {
pub next_page_token: Option<String>,
pub service_perimeters: Option<Vec<ServicePerimeter>>,
}A response to ListServicePerimetersRequest.
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).
- service perimeters list access policies (response)
Fields
next_page_token: Option<String>
The pagination token to retrieve the next page of results. If the value is empty, no further results remain.
service_perimeters: Option<Vec<ServicePerimeter>>
List of the Service Perimeter instances.
Trait Implementations
impl Default for ListServicePerimetersResponse[src]
impl Default for ListServicePerimetersResponsefn default() -> ListServicePerimetersResponse[src]
fn default() -> ListServicePerimetersResponseReturns the "default value" for a type. Read more
impl Clone for ListServicePerimetersResponse[src]
impl Clone for ListServicePerimetersResponsefn clone(&self) -> ListServicePerimetersResponse[src]
fn clone(&self) -> ListServicePerimetersResponseReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ListServicePerimetersResponse[src]
impl Debug for ListServicePerimetersResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl ResponseResult for ListServicePerimetersResponse[src]
impl ResponseResult for ListServicePerimetersResponseAuto Trait Implementations
impl Send for ListServicePerimetersResponse
impl Send for ListServicePerimetersResponseimpl Sync for ListServicePerimetersResponse
impl Sync for ListServicePerimetersResponse