GoogleCloudEssentialcontactsV1Contact class
A contact that will receive notifications from Google Cloud.
Constructors
-
GoogleCloudEssentialcontactsV1Contact({String? email, String? languageTag, String? name, List<
String> ? notificationCategorySubscriptions, String? validateTime, String? validationState}) - GoogleCloudEssentialcontactsV1Contact.fromJson(Map json_)
Properties
- email ↔ String?
-
The email address to send notifications to.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- languageTag ↔ String?
-
The preferred language for notifications, as a ISO 639-1 language code.
getter/setter pair
- name ↔ String?
-
The identifier for the contact.
getter/setter pair
-
notificationCategorySubscriptions
↔ List<
String> ? -
The categories of notifications that the contact will receive
communications for.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- validateTime ↔ String?
-
The last time the validation_state was updated, either manually or
automatically.
getter/setter pair
- validationState ↔ String?
-
The validity of the contact.
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