Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
export class AgentViewModel {
constructor(data) {
this.IPAddress = data.IPAddress;
this.NodeName = data.NodeName;
this.NodeRole = data.NodeRole;
}