GoogleCloudChannelV1ContactInfo class

Contact information for a customer account.

Constructors

GoogleCloudChannelV1ContactInfo({String? displayName, String? email, String? firstName, String? lastName, String? phone, String? title})
GoogleCloudChannelV1ContactInfo.fromJson(Map json_)

Properties

displayName String?
The customer account contact's display name, formatted as a combination of the customer's first and last name.
getter/setter pair
email String?
The customer account's contact email.
getter/setter pair
firstName String?
The customer account contact's first name.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastName String?
The customer account contact's last name.
getter/setter pair
phone String?
The customer account's contact phone number.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
The customer account contact's job title.
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