SaaS Runtime v1beta1 API - Class VariableMapping (1.0.0-beta01)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class VariableMapping : IMessage<VariableMapping>, IEquatable<VariableMapping>, IDeepCloneable<VariableMapping>, IBufferMessage, IMessage
Reference documentation and code samples for the SaaS Runtime v1beta1 API class VariableMapping.
Mapping of input variables to their respective output variable for
depedenencies
[[["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 VariableMapping (1.0.0-beta01)\n\n public sealed class VariableMapping : IMessage\u003cVariableMapping\u003e, IEquatable\u003cVariableMapping\u003e, IDeepCloneable\u003cVariableMapping\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the SaaS Runtime v1beta1 API class VariableMapping.\n\nMapping of input variables to their respective output variable for\ndepedenencies \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e VariableMapping \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[VariableMapping](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.VariableMapping), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[VariableMapping](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.VariableMapping), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[VariableMapping](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.VariableMapping), [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### VariableMapping()\n\n public VariableMapping()\n\n### VariableMapping(VariableMapping)\n\n public VariableMapping(VariableMapping other)\n\nProperties\n----------\n\n### From\n\n public FromMapping From { get; set; }\n\nOptional. Output variables which will get their values from dependencies\n\n### MappingTypeCase\n\n public VariableMapping.MappingTypeOneofCase MappingTypeCase { get; }\n\n### To\n\n public ToMapping To { get; set; }\n\nOptional. Input variables whose values will be passed on to dependencies.\n\n### Variable\n\n public string Variable { get; set; }\n\nRequired. name of the variable"]]