Aliyun.Acs.CloudAPI.Transform.V20160714.ResetAppSecretResponseUnmarshaller.Unmarshall C# (CSharp) Метод

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

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

            resetAppSecretResponse.HttpResponse = context.HttpResponse;
            resetAppSecretResponse.RequestId = context.StringValue("ResetAppSecret.RequestId");

            return resetAppSecretResponse;
        }
ResetAppSecretResponseUnmarshaller