DescribeComponentConfigurationResponse class

Constructors

DescribeComponentConfigurationResponse({String? componentConfiguration, bool? monitor, Tier? tier})
DescribeComponentConfigurationResponse.fromJson(Map<String, dynamic> json)
factory

Properties

componentConfiguration String?
The configuration settings of the component. The value is the escaped JSON of the configuration.
final
hashCode int
The hash code for this object.
no setterinherited
monitor bool?
Indicates whether the application component is monitored.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tier Tier?
The tier of the application component. Supported tiers include DOT_NET_CORE, DOT_NET_WORKER, DOT_NET_WEB, SQL_SERVER, and DEFAULT
final

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