CommunityGalleryImageList interface
The List Community Gallery Images operation response.
Properties
next |
The URI to fetch the next page of community gallery images. Call ListNext() with this to fetch the next page of community gallery images. |
value | A list of community gallery images. |
Property Details
nextLink
The URI to fetch the next page of community gallery images. Call ListNext() with this to fetch the next page of community gallery images.
nextLink?: string
Property Value
string
value
A list of community gallery images.
value: CommunityGalleryImage[]