Brand class

OAuth brand data.

NOTE: Only contains a portion of the data that describes a brand.

Constructors

Brand({String? applicationTitle, String? name, bool? orgInternalOnly, String? supportEmail})
Brand.fromJson(Map json_)

Properties

applicationTitle String?
Application name displayed on OAuth consent screen.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Identifier of the brand.
getter/setter pair
orgInternalOnly bool?
Whether the brand is only intended for usage inside the G Suite organization only.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportEmail String?
Support email displayed on the OAuth consent screen.
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