Class UpdateEnvironmentTagCurrentTagJsonConverter
Inheritance
UpdateEnvironmentTagCurrentTagJsonConverter
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class UpdateEnvironmentTagCurrentTagJsonConverter : JsonConverter<UpdateEnvironmentTagCurrentTag>
Methods
View Source
Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
Declaration
public override UpdateEnvironmentTagCurrentTag Read(ref Utf8JsonReader utf8JsonReader, Type typeToConvert, JsonSerializerOptions jsonSerializerOptions)
Parameters
Returns
Overrides
Exceptions
View Source
Write(Utf8JsonWriter, UpdateEnvironmentTagCurrentTag, JsonSerializerOptions)
Declaration
public override void Write(Utf8JsonWriter writer, UpdateEnvironmentTagCurrentTag updateEnvironmentTagCurrentTag, JsonSerializerOptions jsonSerializerOptions)
Parameters
Overrides
Exceptions
View Source
WriteProperties(ref Utf8JsonWriter, UpdateEnvironmentTagCurrentTag, JsonSerializerOptions)
Declaration
public void WriteProperties(ref Utf8JsonWriter writer, UpdateEnvironmentTagCurrentTag updateEnvironmentTagCurrentTag, JsonSerializerOptions jsonSerializerOptions)
Parameters
Exceptions