required property

bool? required
getter/setter pair

Whether the field is required and should not be empty in the feed.

Could be set as true when the field type is any of the following: - GPA_SERVED_IMAGE_URL - GPA_SERVED_ASSET_URL - ASSET_LIBRARY_HANDLE - ASSET_LIBRARY_VIDEO_HANDLE - ASSET_LIBRARY_DIRECTORY_HANDLE

Optional.

Implementation

core.bool? required;