Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.48 KB

ServerlessV1Log.md

File metadata and controls

22 lines (17 loc) · 1.48 KB

ServerlessV1Log

Properties

Name Type Description Notes
Sid Pointer to string The unique string that we created to identify the Log resource.
AccountSid Pointer to string The SID of the Account that created the Log resource.
ServiceSid Pointer to string The SID of the Service that the Log resource is associated with.
EnvironmentSid Pointer to string The SID of the environment in which the log occurred.
BuildSid Pointer to string The SID of the build that corresponds to the log.
DeploymentSid Pointer to string The SID of the deployment that corresponds to the log.
FunctionSid Pointer to string The SID of the function whose invocation produced the log.
RequestSid Pointer to string The SID of the request associated with the log.
Level Pointer to string
Message Pointer to string The log message.
DateCreated Pointer to time.Time The date and time in GMT when the Log resource was created specified in ISO 8601 format.
Url Pointer to string The absolute URL of the Log resource.

[Back to Model list] [Back to API list] [Back to README]