ResolverQueryLogConfigAssociation constructor
      
      ResolverQueryLogConfigAssociation({ 
    
    
- String? creationTime,
- ResolverQueryLogConfigAssociationError? error,
- String? errorMessage,
- String? id,
- String? resolverQueryLogConfigId,
- String? resourceId,
- ResolverQueryLogConfigAssociationStatus? status,
Implementation
ResolverQueryLogConfigAssociation({
  this.creationTime,
  this.error,
  this.errorMessage,
  this.id,
  this.resolverQueryLogConfigId,
  this.resourceId,
  this.status,
});