@@ -758,7 +758,7 @@ type ZoneTransferOutgoingDisableResponseEnvelope struct {
758758 Messages []ZoneTransferOutgoingDisableResponseEnvelopeMessages `json:"messages,required"`
759759 // Whether the API call was successful.
760760 Success ZoneTransferOutgoingDisableResponseEnvelopeSuccess `json:"success,required"`
761- // The zone transfer status of a primary zone
761+ // The zone transfer status of a primary zone.
762762 Result DisableTransfer `json:"result"`
763763 JSON zoneTransferOutgoingDisableResponseEnvelopeJSON `json:"-"`
764764}
@@ -909,7 +909,7 @@ type ZoneTransferOutgoingEnableResponseEnvelope struct {
909909 Messages []ZoneTransferOutgoingEnableResponseEnvelopeMessages `json:"messages,required"`
910910 // Whether the API call was successful.
911911 Success ZoneTransferOutgoingEnableResponseEnvelopeSuccess `json:"success,required"`
912- // The zone transfer status of a primary zone
912+ // The zone transfer status of a primary zone.
913913 Result EnableTransfer `json:"result"`
914914 JSON zoneTransferOutgoingEnableResponseEnvelopeJSON `json:"-"`
915915}
@@ -1060,7 +1060,7 @@ type ZoneTransferOutgoingForceNotifyResponseEnvelope struct {
10601060 // Whether the API call was successful.
10611061 Success ZoneTransferOutgoingForceNotifyResponseEnvelopeSuccess `json:"success,required"`
10621062 // When force_notify query parameter is set to true, the response is a simple
1063- // string
1063+ // string.
10641064 Result string `json:"result"`
10651065 JSON zoneTransferOutgoingForceNotifyResponseEnvelopeJSON `json:"-"`
10661066}
0 commit comments