List all log entries that match the specified search criteria (or lists all log entries if no criteria are used). Set custom search criteria using the `q` parameter, or search from a specific log id ("search from checkpoint"). For more information on all possible event types, their respective acron
(ctx context.Context, opts ...management.RequestOption)
| 20 | // For more information on all possible event types, their respective acronyms |
| 21 | // and descriptions, Log Data Event Listing. |
| 22 | List(ctx context.Context, opts ...management.RequestOption) (l []*management.Log, err error) |
| 23 | |
| 24 | // Search is an alias for List. |
| 25 | Search(ctx context.Context, opts ...management.RequestOption) ([]*management.Log, error) |
no outgoing calls