CommunityGalleryImageListOutput 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: CommunityGalleryImageOutput[]