Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added table details for SiteDescriptionDetails #55

Merged
merged 2 commits into from
Jul 31, 2019

Conversation

shichao
Copy link

@shichao shichao commented Jul 30, 2019

No description provided.

@@ -93,6 +93,9 @@ public class ServiceDescriptionDetailsResponse : PortalResponse

[DataMember(Name = "layers")]
public List<LayerDetails> Layers { get; set; }

[DataMember(Name = "tables")]
public List<LayerDetails> Tables { get; set; }
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be List<TableDetails>?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you are right, thanks.

@davetimmins davetimmins merged commit 2b4d5a9 into davetimmins:dev Jul 31, 2019
@davetimmins
Copy link
Owner

Thanks @shichao

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants