FetchStaticIpsResponse constructor

FetchStaticIpsResponse({
  1. String? nextPageToken,
  2. List<String>? staticIps,
})

Implementation

FetchStaticIpsResponse({
  this.nextPageToken,
  this.staticIps,
});