GoogleCloudApihubV1ListAttributesResponse constructor
GoogleCloudApihubV1ListAttributesResponse({
- List<
GoogleCloudApihubV1Attribute> ? attributes, - String? nextPageToken,
Implementation
GoogleCloudApihubV1ListAttributesResponse({
this.attributes,
this.nextPageToken,
});