CustomLoggingListMessage
Description
An object that represents either a single message id or a range of message ids. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
Property | Required | Type | Description | |||
---|---|---|---|---|---|---|
messageStartId | True | integer | A long field that represents message start id or a single message id. Field level constraints: must be between 100000 and 999999 (inclusive), cannot be null. (Note: Additional constraints might exist) |
|||
messageEndId | False | integer | A long field that represents message end id. Field level constraints: must be between 100000 and 999999 (inclusive). (Note: Additional constraints might exist) |
|||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |