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