Get Resolver Query Logging Config Association Result
data class GetResolverQueryLoggingConfigAssociationResult(val creationTime: String? = null, val error: ResolverQueryLoggingConfigAssociationError? = null, val errorMessage: String? = null, val id: String? = null, val status: ResolverQueryLoggingConfigAssociationStatus? = null)
Constructors
Link copied to clipboard
constructor(creationTime: String? = null, error: ResolverQueryLoggingConfigAssociationError? = null, errorMessage: String? = null, id: String? = null, status: ResolverQueryLoggingConfigAssociationStatus? = null)