Aliyun.Acs.Ecs.Transform.V20140526.ModifyVSwitchAttributeResponseUnmarshaller.Unmarshall C# (CSharp) Метод

Unmarshall() публичный статический Метод

public static Unmarshall ( UnmarshallerContext context ) : ModifyVSwitchAttributeResponse
context UnmarshallerContext
Результат ModifyVSwitchAttributeResponse
        public static ModifyVSwitchAttributeResponse Unmarshall(UnmarshallerContext context)
        {
            ModifyVSwitchAttributeResponse modifyVSwitchAttributeResponse = new ModifyVSwitchAttributeResponse();

            modifyVSwitchAttributeResponse.HttpResponse = context.HttpResponse;
            modifyVSwitchAttributeResponse.RequestId = context.StringValue("ModifyVSwitchAttribute.RequestId");

            return modifyVSwitchAttributeResponse;
        }
ModifyVSwitchAttributeResponseUnmarshaller