ResolverQueryLogConfigAssociation constructor

ResolverQueryLogConfigAssociation({
  1. String? creationTime,
  2. ResolverQueryLogConfigAssociationError? error,
  3. String? errorMessage,
  4. String? id,
  5. String? resolverQueryLogConfigId,
  6. String? resourceId,
  7. ResolverQueryLogConfigAssociationStatus? status,
})

Implementation

ResolverQueryLogConfigAssociation({
  this.creationTime,
  this.error,
  this.errorMessage,
  this.id,
  this.resolverQueryLogConfigId,
  this.resourceId,
  this.status,
});