GetHostOutput class

Constructors

GetHostOutput({String? name, String? providerEndpoint, ProviderType? providerType, String? status, VpcConfiguration? vpcConfiguration})
GetHostOutput.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the requested host.
final
providerEndpoint String?
The endpoint of the infrastructure represented by the requested host.
final
providerType ProviderType?
The provider type of the requested host, such as GitHub Enterprise Server.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the requested host.
final
vpcConfiguration VpcConfiguration?
The VPC configuration of the requested host.
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