IGuideViewSummary
Summary information about an iGUIDE view.
bannerIdstring
The public ID of the banner applied to this View, if any.
expiresAtstring
The expiration date of the View in ISO 8601 format (YYYY-MM-DDTHH:mm:ss.SSSZ)
idstring
The View ID.
isDefaultboolean
Indicates if the View is the default View or not.
isLockedboolean
Indicates if the View is locked (its expiration date has passed).
titlestring
The View title.
IGuideViewSummary
{
"bannerId": "string",
"expiresAt": "string",
"id": "string",
"isDefault": true,
"isLocked": true,
"title": "string"
}