public string Path(bool withParameter = true) { if (withParameter && batchId != null) { return($"{parent.Path()}/batch/{batchId}"); } return($"{parent.Path()}/batch"); }
public string Path(bool withParameter = true) { if (withParameter && messageId != null) { return($"{parent.Path()}/messages/{messageId}"); } return($"{parent.Path()}/messages"); }
public string Path() { return($"{parent.Path()}/statuses"); }
public string Path() { return($"{parent.Path()}/opt-outs"); }