AttachmentListResponse Class

Paged response contains list of requested objects and a URL link to get the next set of results.

Inheritance
AttachmentListResponse

Constructor

AttachmentListResponse(*, value: Optional[List[azure.agrifood.farming.models._models_py3.Attachment]] = None, skip_token: Optional[str] = None, next_link: Optional[str] = None, **kwargs)

Parameters

value
list[Attachment]
Required

List of requested objects.

skip_token
str
Required

Token used in retrieving the next page. If null, there are no additional pages.

next_link
str
Required

Continuation link (absolute URI) to the next page of results in the list.