CheckRequest constructor
CheckRequest({
- AttributeContext? attributes,
- String? flags,
- List<
ResourceInfo> ? resources, - String? serviceConfigId,
Implementation
CheckRequest({
this.attributes,
this.flags,
this.resources,
this.serviceConfigId,
});