GoogleCloudAdvisorynotificationsV1Notification class
A notification object for notifying customers about security and privacy issues.
Constructors
-
GoogleCloudAdvisorynotificationsV1Notification({String? createTime, List<
GoogleCloudAdvisorynotificationsV1Message> ? messages, String? name, String? notificationType, GoogleCloudAdvisorynotificationsV1Subject? subject}) - GoogleCloudAdvisorynotificationsV1Notification.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Time the notification was created.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
messages
↔ List<
GoogleCloudAdvisorynotificationsV1Message> ? -
A list of messages in the notification.
getter/setter pair
- name ↔ String?
-
The resource name of the notification.
getter/setter pair
- notificationType ↔ String?
-
Type of notification
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subject ↔ GoogleCloudAdvisorynotificationsV1Subject?
-
The subject line of the notification.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited