示例#1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="KmsV2KeysSymGet200ResponseKeyInformation" /> class.
 /// </summary>
 /// <param name="OrganizationId">Merchant Id .</param>
 /// <param name="KeyId">Key serial number .</param>
 /// <param name="Status">The status of the key.  Possible values:  - FAILED  - ACTIVE  - INACTIVE  - EXPIRED .</param>
 /// <param name="ExpirationDate">The expiration time in UTC. .</param>
 /// <param name="Message">message in case of failed key .</param>
 /// <param name="ErrorInformation">ErrorInformation.</param>
 public KmsV2KeysSymGet200ResponseKeyInformation(string OrganizationId = default(string), string KeyId = default(string), string Status = default(string), string ExpirationDate = default(string), string Message = default(string), KmsV2KeysSymPost201ResponseErrorInformation ErrorInformation = default(KmsV2KeysSymPost201ResponseErrorInformation))
 {
     this.OrganizationId   = OrganizationId;
     this.KeyId            = KeyId;
     this.Status           = Status;
     this.ExpirationDate   = ExpirationDate;
     this.Message          = Message;
     this.ErrorInformation = ErrorInformation;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="KmsV2KeysAsymDeletesPost200ResponseKeyInformation" /> class.
 /// </summary>
 /// <param name="OrganizationId">Merchant Id .</param>
 /// <param name="ReferenceNumber">Reference number is a unique identifier provided by the client along with the organization Id. This is an optional field provided solely for the client’s convenience. If client specifies value for this field in the request, it is expected to be available in the response. .</param>
 /// <param name="KeyId">Key Serial Number .</param>
 /// <param name="Status">The status of the key.  Possible values:  - FAILED  - ACTIVE  - INACTIVE  - EXPIRED .</param>
 /// <param name="Message">message in case of failed key.</param>
 /// <param name="ErrorInformation">ErrorInformation.</param>
 public KmsV2KeysAsymDeletesPost200ResponseKeyInformation(string OrganizationId = default(string), string ReferenceNumber = default(string), string KeyId = default(string), string Status = default(string), string Message = default(string), KmsV2KeysSymPost201ResponseErrorInformation ErrorInformation = default(KmsV2KeysSymPost201ResponseErrorInformation))
 {
     this.OrganizationId   = OrganizationId;
     this.ReferenceNumber  = ReferenceNumber;
     this.KeyId            = KeyId;
     this.Status           = Status;
     this.Message          = Message;
     this.ErrorInformation = ErrorInformation;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="KmsV2KeysAsymPost201ResponseKeyInformation" /> class.
 /// </summary>
 /// <param name="OrganizationId">Merchant Id .</param>
 /// <param name="ReferenceNumber">Reference number is a unique identifier provided by the client along with the organization Id. This is an optional field provided solely for the client’s convenience. If client specifies value for this field in the request, it is expected to be available in the response. .</param>
 /// <param name="KeyId">Key Serial Number .</param>
 /// <param name="Key">value of the key .</param>
 /// <param name="Status">The status of the key.  Possible values:  - FAILED  - ACTIVE .</param>
 /// <param name="ExpirationDate">The expiration time in UTC. &#x60;Format: YYYY-MM-DDThh:mm:ssZ&#x60;  Example 2016-08-11T22:47:57Z equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The T separates the date and the time. The Z indicates UTC. .</param>
 /// <param name="Message">message in case of failed key.</param>
 /// <param name="Alias">Key alias.</param>
 /// <param name="ErrorInformation">ErrorInformation.</param>
 public KmsV2KeysAsymPost201ResponseKeyInformation(string OrganizationId = default(string), string ReferenceNumber = default(string), string KeyId = default(string), string Key = default(string), string Status = default(string), string ExpirationDate = default(string), string Message = default(string), string Alias = default(string), KmsV2KeysSymPost201ResponseErrorInformation ErrorInformation = default(KmsV2KeysSymPost201ResponseErrorInformation))
 {
     this.OrganizationId   = OrganizationId;
     this.ReferenceNumber  = ReferenceNumber;
     this.KeyId            = KeyId;
     this.Key              = Key;
     this.Status           = Status;
     this.ExpirationDate   = ExpirationDate;
     this.Message          = Message;
     this.Alias            = Alias;
     this.ErrorInformation = ErrorInformation;
 }