Name | Type | Description | Notes |
---|---|---|---|
id | Integer | Unique Id | [optional] |
scheduledPlanId | Integer | Id of a scheduled plan you own | [optional] |
format | String | Format requested by the given destination (i.e. PDF, etc.) | [optional] |
applyFormatting | Boolean | Are values formatted? (containing currency symbols, digit separators, etc. | [optional] |
applyVis | Boolean | Whether visualization options are applied to the results. | [optional] |
address | String | Address for recipient. For email e.g. '[email protected]'. For webhooks e.g. 'https://domain/path'. For Amazon S3 e.g. 's3://bucket-name/path/'. For SFTP e.g. 'sftp://host-name/path/'. | [optional] |
lookerRecipient | Boolean | Whether the recipient is a Looker user on the current instance (only applicable for email recipients) | [optional] |
type | String | Type of the address ('email', 'webhook', 's3', or 'sftp') | [optional] |
parameters | String | JSON object containing parameters for external scheduling. For Amazon S3, this requires keys and values for access_key_id and region. For SFTP, this requires a key and value for username. | [optional] |
secretParameters | String | (Write-only) JSON object containing secret parameters for external scheduling. For Amazon S3, this requires a key and value for secret_access_key. For SFTP, this requires a key and value for password. | [optional] |
message | String | Optional message to be included in scheduled emails | [optional] |
can | {String: Boolean} | Operations the current user is able to perform on this object | [optional] |