DescribeGlobalSettingsOutput class

Constructors

DescribeGlobalSettingsOutput({Map<String, String>? globalSettings, DateTime? lastUpdateTime})
DescribeGlobalSettingsOutput.fromJson(Map<String, dynamic> json)
factory

Properties

globalSettings Map<String, String>?
A list of resources along with the opt-in preferences for the account.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdateTime DateTime?
The date and time that the global settings was last updated. This update is in Unix format and Coordinated Universal Time (UTC). The value of LastUpdateTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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