GoogleCloudApigeeV1ListInstanceAttachmentsResponse constructor
GoogleCloudApigeeV1ListInstanceAttachmentsResponse({
- List<
GoogleCloudApigeeV1InstanceAttachment> ? attachments, - String? nextPageToken,
Implementation
GoogleCloudApigeeV1ListInstanceAttachmentsResponse({
this.attachments,
this.nextPageToken,
});