[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# SaaS Runtime v1beta1 API - Class UnitCondition (1.0.0-beta01)\n\n public sealed class UnitCondition : IMessage\u003cUnitCondition\u003e, IEquatable\u003cUnitCondition\u003e, IDeepCloneable\u003cUnitCondition\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the SaaS Runtime v1beta1 API class UnitCondition.\n\nUnitCondition describes the status of an Unit. UnitCondition is individual\ncomponents that contribute to an overall state. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UnitCondition \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UnitCondition](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.UnitCondition), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UnitCondition](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.UnitCondition), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UnitCondition](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.UnitCondition), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll\n\nConstructors\n------------\n\n### UnitCondition()\n\n public UnitCondition()\n\n### UnitCondition(UnitCondition)\n\n public UnitCondition(UnitCondition other)\n\nProperties\n----------\n\n### LastTransitionTime\n\n public Timestamp LastTransitionTime { get; set; }\n\nRequired. Last time the condition transited from one status to another.\n\n### Message\n\n public string Message { get; set; }\n\nRequired. Human readable message indicating details about the last\ntransition.\n\n### Reason\n\n public string Reason { get; set; }\n\nRequired. Brief reason for the condition's last transition.\n\n### Status\n\n public UnitCondition.Types.Status Status { get; set; }\n\nRequired. Status of the condition.\n\n### Type\n\n public UnitCondition.Types.Type Type { get; set; }\n\nRequired. Type of the condition."]]