GetAppsSecretsResponse constructor
const
GetAppsSecretsResponse({
- required List<
AppsSecret> data, - required bool hasMore,
- required String url,
SecretServiceResourceSecretList
Implementation
const GetAppsSecretsResponse({
required this.data,
required this.hasMore,
required this.url,
});