Skip to content

Commit 660c188

Browse files
authored
mapping nextLink to NextPageLink (#309) (#312)
1 parent 2a47ad3 commit 660c188

File tree

1 file changed

+1
-1
lines changed
  • src/ResourceManager/Version2016_09_01/Generated/Models

1 file changed

+1
-1
lines changed

src/ResourceManager/Version2016_09_01/Generated/Models/Page.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class Page<T> : IPage<T>
2323
/// <summary>
2424
/// Gets the link to the next page.
2525
/// </summary>
26-
[JsonProperty("")]
26+
[JsonProperty("nextLink")]
2727
public string NextPageLink { get; private set; }
2828

2929
[JsonProperty("value")]

0 commit comments

Comments
 (0)