DescribeAuditSuppressionResponse class

Constructors

DescribeAuditSuppressionResponse({String? checkName, String? description, DateTime? expirationDate, ResourceIdentifier? resourceIdentifier, bool? suppressIndefinitely})
DescribeAuditSuppressionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

checkName String?
final
description String?
The description of the audit suppression.
final
expirationDate DateTime?
The epoch timestamp in seconds at which this suppression expires.
final
hashCode int
The hash code for this object.
no setterinherited
resourceIdentifier ResourceIdentifier?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suppressIndefinitely bool?
Indicates whether a suppression should exist indefinitely or not.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited