FieldListResponse Class

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

Inheritance
FieldListResponse

Constructor

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

Parameters

value
list[Field]
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.