write method
Writes the objects out to the oprot
protocol.
Implementation
write(TProtocol oprot) {
validate();
oprot.writeStructBegin(_STRUCT_DESC);
if (this.properties != null) {
oprot.writeFieldBegin(_PROPERTIES_FIELD_DESC);
this.properties?.write(oprot);
oprot.writeFieldEnd();
}
oprot.writeFieldBegin(_IF_NOT_EXISTS_FIELD_DESC);
oprot.writeBool(this.if_not_exists);
oprot.writeFieldEnd();
oprot.writeFieldStop();
oprot.writeStructEnd();
}