GoogleCloudApihubV1ListAttributesResponse constructor

GoogleCloudApihubV1ListAttributesResponse({
  1. List<GoogleCloudApihubV1Attribute>? attributes,
  2. String? nextPageToken,
})

Implementation

GoogleCloudApihubV1ListAttributesResponse({
  this.attributes,
  this.nextPageToken,
});