Class ListSchedulerConfigs400Response
ListSchedulerConfigs400Response
Implements
Inherited Members
Namespace: Unity.Services.Apis.Admin.Scheduler
Assembly: Unity.Services.Apis.dll
Syntax
[JsonConverter(typeof(ListSchedulerConfigs400ResponseJsonConverter))]
[DataContract(Name = "listSchedulerConfigs_400_response")]
[Preserve]
public class ListSchedulerConfigs400Response : AbstractOpenAPISchema, IEquatable<ListSchedulerConfigs400Response>
Constructors
ListSchedulerConfigs400Response(BadRequestErrorResponse)
Initializes a new instance of the ListSchedulerConfigs400Response class with the BadRequestErrorResponse class
Declaration
[Preserve]
public ListSchedulerConfigs400Response(BadRequestErrorResponse actualInstance)
Parameters
Type | Name | Description |
---|---|---|
BadRequestErrorResponse | actualInstance | An instance of BadRequestErrorResponse. |
ListSchedulerConfigs400Response(ValidationErrorResponse)
Initializes a new instance of the ListSchedulerConfigs400Response class with the ValidationErrorResponse class
Declaration
[Preserve]
public ListSchedulerConfigs400Response(ValidationErrorResponse actualInstance)
Parameters
Type | Name | Description |
---|---|---|
ValidationErrorResponse | actualInstance | An instance of ValidationErrorResponse. |
Properties
ActualInstance
Gets or Sets ActualInstance
Declaration
public override object ActualInstance { get; set; }
Property Value
Type | Description |
---|---|
object |
Overrides
Methods
Equals(object)
Returns true if objects are equal
Declaration
public override bool Equals(object input)
Parameters
Type | Name | Description |
---|---|---|
object | input | Object to be compared |
Returns
Type | Description |
---|---|
bool | Boolean |
Overrides
Equals(ListSchedulerConfigs400Response)
Returns true if ListSchedulerConfigs400Response instances are equal
Declaration
public bool Equals(ListSchedulerConfigs400Response input)
Parameters
Type | Name | Description |
---|---|---|
ListSchedulerConfigs400Response | input | Instance of ListSchedulerConfigs400Response to be compared |
Returns
Type | Description |
---|---|
bool | Boolean |
FromJson(string)
Converts the JSON string into an instance of ListSchedulerConfigs400Response
Declaration
public static ListSchedulerConfigs400Response FromJson(string jsonString)
Parameters
Type | Name | Description |
---|---|---|
string | jsonString | JSON string |
Returns
Type | Description |
---|---|
ListSchedulerConfigs400Response | An instance of ListSchedulerConfigs400Response |
GetBadRequestErrorResponse()
Get the actual instance of BadRequestErrorResponse
. If the actual instance is not BadRequestErrorResponse
,
the InvalidClassException will be thrown
Declaration
public BadRequestErrorResponse GetBadRequestErrorResponse()
Returns
Type | Description |
---|---|
BadRequestErrorResponse | An instance of BadRequestErrorResponse |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int | Hash code |
Overrides
GetValidationErrorResponse()
Get the actual instance of ValidationErrorResponse
. If the actual instance is not ValidationErrorResponse
,
the InvalidClassException will be thrown
Declaration
public ValidationErrorResponse GetValidationErrorResponse()
Returns
Type | Description |
---|---|
ValidationErrorResponse | An instance of ValidationErrorResponse |
ToJson()
Returns the JSON string presentation of the object
Declaration
public override string ToJson()
Returns
Type | Description |
---|---|
string | JSON string presentation of the object |
Overrides
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | String presentation of the object |