Struct google_logging2::api::ListLogsResponse [−][src]
pub struct ListLogsResponse {
pub log_names: Option<Vec<String>>,
pub next_page_token: Option<String>,
}Expand description
Result returned from ListLogs.
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).
- logs list billing accounts (response)
- logs list folders (response)
- list logs (response)
- logs list organizations (response)
- logs list projects (response)
Fields
log_names: Option<Vec<String>>A list of log names. For example, “projects/my-project/logs/syslog” or “organizations/123/logs/cloudresourcemanager.googleapis.com%2Factivity”.
next_page_token: Option<String>If there might be more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ListLogsResponse
impl Send for ListLogsResponse
impl Sync for ListLogsResponse
impl Unpin for ListLogsResponse
impl UnwindSafe for ListLogsResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more